@@ -60,6 +60,9 @@
style="width: 439px;"
v-model.trim="modalForm.remark"
:disabled="hasAudited"
+ :maxlength="200"
+ :rows="5"
+ show-word-limit
placeholder="请输入审核意见"
clearable
></el-input>