fix(attendance,report): 修复并优化代码细节

1.  新增考勤打卡状态"未打卡"的中文翻译映射
2.  格式化页面组件代码行内样式,统一代码风格
3.  简化报表导出逻辑,统一使用actionIds参数进行导出
This commit is contained in:
2026-05-16 10:48:55 +08:00
parent 98a3fa8c78
commit dc9c4547fd
2 changed files with 26 additions and 30 deletions

View File

@@ -679,6 +679,7 @@ export default {
case 'absent_half': return '半天旷工'
case 'absent_full': return '全天旷工'
case 'abnormal': return '迟到/早退'
case 'missed': return '未打卡'
default: return '无'
}
},