From 3d879f5929bc3d0da4a11d2487f894f6e63211ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8A=E5=AE=98=E5=B0=8F=E9=9B=A8?= <1792146564@qq.com> Date: Tue, 16 Jun 2026 14:13:29 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Abug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/enforcement/nos/EnforcementInfoSection.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/zdxt-web-client/zdxt-efcode-nos-enforcement-app/src/components/enforcement/nos/EnforcementInfoSection.vue b/zdxt-web-client/zdxt-efcode-nos-enforcement-app/src/components/enforcement/nos/EnforcementInfoSection.vue index 858026c..7740f61 100644 --- a/zdxt-web-client/zdxt-efcode-nos-enforcement-app/src/components/enforcement/nos/EnforcementInfoSection.vue +++ b/zdxt-web-client/zdxt-efcode-nos-enforcement-app/src/components/enforcement/nos/EnforcementInfoSection.vue @@ -10,14 +10,14 @@ :placeholder="formData.taskTypeId == 1 ? '请输入执法单位' : '请输入巡查单位'" :class="formData.taskTypeId == 5 ? 'usci-code-field' : ''" :required="formData.taskTypeId != 5" - disabled /> + readonly />
*{{ formData.taskTypeId == 1 ? '执法人员' : '参与人员' }}
- {{ defaultPerson?.lawEnforcerName }} {{ defaultPerson?.lawEnforcerId }} + {{ defaultPerson?.lawEnforcerName }} {{ defaultPerson?.lawEnforcerIdCard ?? defaultPerson?.lawEnforcerPhone }}
@@ -45,7 +45,6 @@ :model-value="category" :is-link="!categoryDisabled" readonly - :disabled="categoryDisabled" name="taskTypeId" class="usci-code-field" label="类  别"