diff --git a/src/views/sunVillage_info/informationFunPlanAdd.vue b/src/views/sunVillage_info/informationFunPlanAdd.vue
index 262ad266..272abb18 100644
--- a/src/views/sunVillage_info/informationFunPlanAdd.vue
+++ b/src/views/sunVillage_info/informationFunPlanAdd.vue
@@ -24,14 +24,14 @@
@cancel="showCollectionPay = false"/>
-
-
+
+
-
+
-
+
-
+
-
+
@@ -97,11 +97,11 @@
showCollectionPay:false,
collectionPayOptions:[],
- rules: {
- settlementAmount: [
- { required: true, message: '请输入结款金额' },
- ]
- },
+ // rules: {
+ // settlementAmount: [
+ // { required: true, message: '请输入结款金额' },
+ // ]
+ // },
};
},
created() {
@@ -232,6 +232,9 @@
/deep/ .van-cell--required::before{
left: 0;
}
+ /deep/ .van-field--disabled .van-field__label {
+ color: #646566;
+ }
}