浏览代码

添加考试记录

Michael Wang 3 年之前
父节点
当前提交
6bc1860567
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/features/examwork/StudentManagement/StudentManagementDialog.vue

+ 5 - 0
src/features/examwork/StudentManagement/StudentManagementDialog.vue

@@ -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>