瀏覽代碼

老师课表列表添加状态

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>