@@ -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 @@
v-model.trim="scope.row.examRoom"
- :maxlength="50"