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