| | |
| | | { field: 'actualSalary', title: '实发工资', width: 100, formatter: 'formatAmount2' }, |
| | | { field: 'workDays', title: '出勤天数', width: 80 }, |
| | | { field: 'overtimeHours', title: '加班时长(h)', width: 100 }, |
| | | { field: 'totalWorkHours', title: '排班工时(h)', width: 100 }, |
| | | { |
| | | field: 'status', |
| | | title: '状态', |
| | |
| | | { title: '请假扣款', dataIndex: 'leaveDeduction', width: 110 }, |
| | | { title: '出勤天数', dataIndex: 'workDays', width: 90 }, |
| | | { title: '加班时长', dataIndex: 'overtimeHours', width: 100 }, |
| | | { title: '排班工时(h)', dataIndex: 'totalWorkHours', width: 100 }, |
| | | { title: '实发工资', dataIndex: 'actualSalary', width: 100, fixed: 'right' }, |
| | | ]; |
| | | } |