Browse Source

fix: 审核修改禁止申请原因输入

Howie 2 years ago
parent
commit
a144020e26
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/commercialEngineering/components/operate.vue

+ 1 - 0
src/views/commercialEngineering/components/operate.vue

@@ -103,6 +103,7 @@
           type="textarea"
           :rows="4"
           placeholder="请输入"
+          disabled
           :maxlength="-1"
           :show-word-limit="false"
           :autosize="{ minRows: 2, maxRows: 4 }"