zouyu
2026-04-21 7b936dc5e04df96d319e6895fe883cad8ff57dd4
src/views/performance/attendance/components/staffClockInRecord.vue
@@ -333,7 +333,7 @@
    getDataSourceTypeTag(type) {
      const tagMap = {
        0: 'success',
        1: '',
        1: 'info',
      };
      return tagMap[type] || '';
    },