This commit is contained in:
BianLzhaoMin 2026-02-02 10:24:03 +08:00
parent fe4f93d2a6
commit c84ba89e5a
1 changed files with 6 additions and 0 deletions

View File

@ -950,6 +950,12 @@ export default {
{ label: '考勤月份', prop: 'attCurrentMonth' },
{ label: '应出勤天数', prop: 'requiredDays' },
{
label: '考勤率',
prop: 'normalRate',
needShow: true,
type: '正常打卡天数',
},
{
label: '迟到率',
prop: 'lateRate',