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