zhangjie 1 년 전
부모
커밋
9bfc64b282
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/features/invigilation/ProgressDetail/ProgressDetail.vue

+ 1 - 0
src/features/invigilation/ProgressDetail/ProgressDetail.vue

@@ -139,6 +139,7 @@
       </el-table-column>
       <el-table-column prop="identity" label="证件号"></el-table-column>
       <el-table-column prop="name" label="姓名"></el-table-column>
+      <el-table-column prop="classNo" label="班级"></el-table-column>
       <el-table-column prop="courseName" label="科目(代码)">
         <span slot-scope="scope"
           >{{ scope.row.courseName }}({{ scope.row.courseCode }})</span