소스 검색

添加考试记录

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>