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
|
@@ -455,9 +455,7 @@ export default {
|
|
|
455
455
|
paymentMethod: [{label: '全部', value: ''}, ...this.$appdata.getParam('付款方式')],
|
|
456
456
|
chargeStatus: [
|
|
457
457
|
{label: '全部', value: ''},
|
|
458
|
-
|
|
459
|
-
{label: '作废', value: '作废'},
|
|
460
|
-
{label: '退款', value: '退款'}
|
|
458
|
+
...this.$appdata.getParam('报建-缴费状态')
|
|
461
459
|
],
|
|
462
460
|
confirms: [
|
|
463
461
|
{label: '全部', value: ''},
|