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