This commit is contained in:
BianLzhaoMin 2026-01-30 09:10:14 +08:00
parent 9d00a88c36
commit 0e600de855
1 changed files with 7 additions and 0 deletions

View File

@ -877,12 +877,19 @@ export default {
{ label: "部门", prop: "orgName" }, { label: "部门", prop: "orgName" },
{ label: "考勤月份", prop: "attCurrentMonth" }, { label: "考勤月份", prop: "attCurrentMonth" },
{ label: "应出勤天数", prop: "requiredDays" }, { label: "应出勤天数", prop: "requiredDays" },
{ {
label: "迟到率", label: "迟到率",
prop: "lateRate", prop: "lateRate",
needShow: true, needShow: true,
type: "迟到记录", type: "迟到记录",
}, },
{
label: "旷工率",
prop: "absentRate",
needShow: true,
type: "旷工记录",
},
{ {
label: "早退率", label: "早退率",
prop: "earlyRate", prop: "earlyRate",