소스 검색

老师课表列表添加状态

lex-xin 4 년 전
부모
커밋
e4ebeb1230
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/teacherManager/teacherDetail/components/teacherRecord.vue

+ 2 - 2
src/views/teacherManager/teacherDetail/components/teacherRecord.vue

@@ -112,14 +112,14 @@
 
           <el-table-column align="center" label="签到状态">
             <template slot-scope="scope">
-              <div v-if="scope.row.courseScheduleStatus != 'NOT_START'">{{
+              <div v-if="scope.row.courseStatus != 'NOT_START'">{{
               scope.row.signInStatus | attendanceType
             }}</div>
             </template>
           </el-table-column>
           <el-table-column align="center" label="签退状态">
             <template slot-scope="scope">
-              <div v-if="scope.row.courseScheduleStatus != 'NOT_START'">{{
+              <div v-if="scope.row.courseStatus != 'NOT_START'">{{
               scope.row.signOutStatus | attendanceOutType
             }}</div>
             </template>