zhangjie 4 rokov pred
rodič
commit
7b66416d4a

+ 3 - 0
src/modules/exam-center/views/ExamTaskAuditEdit.vue

@@ -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>