zhengkaixin 4 years ago
parent
commit
e6aa67dc64
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/projects/business/views/Master/Attendance/List.vue

+ 2 - 2
src/projects/business/views/Master/Attendance/List.vue

@@ -59,8 +59,8 @@
 					result: 0,
 				},
 				recordList: [],
-				status: ['缺卡', '正常', '迟到', '早退', '请假'],
-				statusColor: ['#fe616c', '#05c8af', '#f6f448', '#f6f448', '#f6f448'],
+				status: ['缺卡', '正常', '迟到', '早退', '请假','出差'],
+				statusColor: ['#fe616c', '#05c8af', '#f6f448', '#f6f448', '#f6f448', '#f6f448'],
 
 				rightLink: {
 					show: true,