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