Przeglądaj źródła

考点考场限制长度20

zhangjie 1 rok temu
rodzic
commit
5991fb6e06

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