This commit is contained in:
parent
fe4f93d2a6
commit
c84ba89e5a
|
|
@ -950,6 +950,12 @@ export default {
|
||||||
{ label: '考勤月份', prop: 'attCurrentMonth' },
|
{ label: '考勤月份', prop: 'attCurrentMonth' },
|
||||||
{ label: '应出勤天数', prop: 'requiredDays' },
|
{ label: '应出勤天数', prop: 'requiredDays' },
|
||||||
|
|
||||||
|
{
|
||||||
|
label: '考勤率',
|
||||||
|
prop: 'normalRate',
|
||||||
|
needShow: true,
|
||||||
|
type: '正常打卡天数',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: '迟到率',
|
label: '迟到率',
|
||||||
prop: 'lateRate',
|
prop: 'lateRate',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue