fea: 打卡查看-支持出差打卡类型

This commit is contained in:
wangzhuo
2025-09-19 15:30:07 +08:00
parent 082d60e2da
commit af25a14c17
2 changed files with 123 additions and 107 deletions

View File

@@ -0,0 +1,9 @@
/**
* 签到/打卡/出差
* @type {{"1": {label: 签到, bgc: string}, "2": {label: 打卡, bgc: string}, "3": {label: 出差, bgc: string}}}
*/
export const MapType = {
'1': {label:'签到', color:'#F5813A'},
'2': {label:'打卡', color:'#1989FA'},
'3': {label:'出差', color:'#42b883'}
}