zhangjie 4 năm trước cách đây
mục cha
commit
7b66416d4a
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/modules/exam-center/views/ExamTaskAuditEdit.vue

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