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>