소스 검색

考点考场限制长度20

zhangjie 1 년 전
부모
커밋
5991fb6e06
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/modules/exam/components/createExamAndPrintTask/InfoPrintTask.vue

+ 2 - 2
src/modules/exam/components/createExamAndPrintTask/InfoPrintTask.vue

@@ -170,7 +170,7 @@
           <template slot-scope="scope">
             <el-input
               v-model.trim="scope.row.examPlace"
-              :maxlength="100"
+              :maxlength="20"
               clearable
             ></el-input>
           </template>
@@ -179,7 +179,7 @@
           <template slot-scope="scope">
             <el-input
               v-model.trim="scope.row.examRoom"
-              :maxlength="50"
+              :maxlength="20"
               clearable
             ></el-input>
           </template>