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 />