소스 검색

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

Howie 2 년 전
부모
커밋
a144020e26
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 }"