From 872e3e99eabed147769bf1e3e2b506d3b110fe3a Mon Sep 17 00:00:00 2001
From: makaba <985019473@qq.com>
Date: Tue, 26 Dec 2023 08:43:03 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E6=AE=B5=E5=90=88=E5=90=8C=20?=
=?UTF-8?q?=E7=BB=93=E6=AC=BE=E8=AE=A1=E5=88=92=20=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../sunVillage_info/informationFunPlanAdd.vue | 21 +++++++++++--------
.../informationFunPlanEdit.vue | 17 ++++++++-------
2 files changed, 22 insertions(+), 16 deletions(-)
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;
+ }
}