From 260276f40574e7a827861b97f4d1a13c757d6fa5 Mon Sep 17 00:00:00 2001 From: xyq <392009588@qq.com> Date: Mon, 10 Jul 2023 14:10:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=85=E5=9F=BA=E5=9C=B0=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sunVillage_info/homeApplication/proposerLite.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/sunVillage_info/homeApplication/proposerLite.vue b/src/views/sunVillage_info/homeApplication/proposerLite.vue index 062c70bd..f042f38a 100644 --- a/src/views/sunVillage_info/homeApplication/proposerLite.vue +++ b/src/views/sunVillage_info/homeApplication/proposerLite.vue @@ -1509,7 +1509,7 @@ :rules="[{ required: true }]" formatter="yyyy-MM-dd" required - :readonly="!formEnabled.baseApplyForm.agricultureFormEnabled" + :readonly="!formEnabled.acceptingForm.agricultureFormEnabled" /> @@ -1553,7 +1553,7 @@ :rules="[{ required: true }]" formatter="yyyy-MM-dd" required - :readonly="!formEnabled.baseApplyForm.nature_resourceFormEnabled" + :readonly="!formEnabled.acceptingForm.nature_resourceFormEnabled" /> @@ -1637,7 +1637,7 @@ :rules="[{ required: true }]" formatter="yyyy-MM-dd" required - :readonly="!formEnabled.baseApplyForm.baseFormEnabled" + :readonly="!formEnabled.acceptingForm.townFormEnabled" />