| src/views/personnelManagement/attendanceCheckin/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/personnelManagement/attendanceCheckin/index.vue
@@ -149,7 +149,8 @@ <el-tag v-else type="danger" size="small"> {{ scope.row.status === 1 ? '迟到' : scope.row.status === 2 ? '早退' : '迟到、早退' }} <!-- {{ scope.row.status === 1 ? '迟到' : scope.row.status === 2 ? '早退' : '迟到、早退' }} --> {{ getStatusText(scope.row.status) }} </el-tag> </template> </el-table-column>