瀏覽代碼

审批意见限制到100字符

zhangjie 3 年之前
父節點
當前提交
265785ebd8
共有 1 個文件被更改,包括 2 次插入2 次删除
  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>