|
@@ -93,16 +93,6 @@
|
|
label="考试"
|
|
label="考试"
|
|
min-width="200"
|
|
min-width="200"
|
|
></el-table-column> -->
|
|
></el-table-column> -->
|
|
- <el-table-column prop="examStartTime" label="考试开始时间" width="170">
|
|
|
|
- <span slot-scope="scope">{{
|
|
|
|
- scope.row.examStartTime | timestampFilter
|
|
|
|
- }}</span>
|
|
|
|
- </el-table-column>
|
|
|
|
- <el-table-column prop="examEndTime" label="考试结束时间" width="170">
|
|
|
|
- <span slot-scope="scope">{{
|
|
|
|
- scope.row.examEndTime | timestampFilter
|
|
|
|
- }}</span>
|
|
|
|
- </el-table-column>
|
|
|
|
<el-table-column prop="status" label="计划状态" width="100">
|
|
<el-table-column prop="status" label="计划状态" width="100">
|
|
<span slot-scope="scope">
|
|
<span slot-scope="scope">
|
|
{{ scope.row.status | printPlanStatusFilter }}
|
|
{{ scope.row.status | printPlanStatusFilter }}
|