Explorar el Código

审批意见限制到100字符

zhangjie hace 3 años
padre
commit
265785ebd8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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>