Przeglądaj źródła

审批意见限制到100字符

zhangjie 3 lat temu
rodzic
commit
265785ebd8
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/modules/exam/components/ApplyContent.vue

+ 2 - 2
src/modules/exam/components/ApplyContent.vue

@@ -365,10 +365,10 @@
               type="textarea"
               resize="none"
               :rows="5"
-              :maxlength="1000"
+              :maxlength="100"
               clearable
               show-word-limit
-              placeholder="建议不超过1000个字"
+              placeholder="建议不超过100个字"
               ref="ReasonInput"
             ></el-input>
           </el-form-item>