|
@@ -33,6 +33,11 @@
|
|
|
<el-table-column width="100" label="课程">
|
|
|
<span slot-scope="scope">{{ scope.row.courseName }}</span>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column width="100" label="监考回放">
|
|
|
+ <span slot-scope="scope">{{
|
|
|
+ (scope.row.monitorRecord || []).length > 1 ? "查看" : "无"
|
|
|
+ }}</span>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column width="100" label="状态">
|
|
|
<span slot-scope="scope">{{ scope.row.status }}</span>
|
|
|
</el-table-column>
|