This commit is contained in:
parent
9d00a88c36
commit
0e600de855
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue