|
@@ -166,7 +166,7 @@
|
|
></el-input-number>
|
|
></el-input-number>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop="examPlace" label="校区" width="140">
|
|
|
|
|
|
+ <el-table-column prop="examPlace" label="校区(考点)" width="140">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-input
|
|
<el-input
|
|
v-model.trim="scope.row.examPlace"
|
|
v-model.trim="scope.row.examPlace"
|
|
@@ -175,7 +175,7 @@
|
|
></el-input>
|
|
></el-input>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop="examRoom" label="考试地点" width="140">
|
|
|
|
|
|
+ <el-table-column prop="examRoom" label="考试教室(考场)" width="140">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-input
|
|
<el-input
|
|
v-model.trim="scope.row.examRoom"
|
|
v-model.trim="scope.row.examRoom"
|
|
@@ -434,10 +434,10 @@ export default {
|
|
errorFields.push("备份数量");
|
|
errorFields.push("备份数量");
|
|
}
|
|
}
|
|
if (!row.examPlace) {
|
|
if (!row.examPlace) {
|
|
- errorFields.push("校区");
|
|
|
|
|
|
+ errorFields.push("校区(考点)");
|
|
}
|
|
}
|
|
if (!row.examRoom) {
|
|
if (!row.examRoom) {
|
|
- errorFields.push("考试地点");
|
|
|
|
|
|
+ errorFields.push("考试教室(考场)");
|
|
}
|
|
}
|
|
if (!row.printHouseId) {
|
|
if (!row.printHouseId) {
|
|
errorFields.push("印刷室");
|
|
errorFields.push("印刷室");
|