apply-clients 3.5.5-40 → 3.5.5-41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apply-clients",
3
- "version": "3.5.5-40",
3
+ "version": "3.5.5-41",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -455,9 +455,7 @@ export default {
455
455
  paymentMethod: [{label: '全部', value: ''}, ...this.$appdata.getParam('付款方式')],
456
456
  chargeStatus: [
457
457
  {label: '全部', value: ''},
458
- {label: '有效', value: '有效'},
459
- {label: '作废', value: '作废'},
460
- {label: '退款', value: '退款'}
458
+ ...this.$appdata.getParam('报建-缴费状态')
461
459
  ],
462
460
  confirms: [
463
461
  {label: '全部', value: ''},