| | |
| | | { field: 'housingFundDeduction', title: '公积金扣款', width: 100, formatter: 'formatAmount2' }, |
| | | { field: 'taxDeduction', title: '个税扣款', width: 100, formatter: 'formatAmount2' }, |
| | | { field: 'otherDeduction', title: '其他扣款', width: 80, formatter: 'formatAmount2' }, |
| | | { field: 'leaveDeduction', title: '请假扣款', width: 100, formatter: 'formatAmount2' }, |
| | | { field: 'actualSalary', title: '实发工资', width: 100, formatter: 'formatAmount2' }, |
| | | { field: 'workDays', title: '出勤天数', width: 80 }, |
| | | { field: 'overtimeHours', title: '加班时长(h)', width: 100 }, |
| | |
| | | field: 'status', |
| | | title: '状态', |
| | | width: 100, |
| | | cellRender: { |
| | | name: 'CellDict', |
| | | props: { type: DICT_TYPE.HRM_SALARY_STATUS }, |
| | | fixed: 'right', |
| | | slots: { |
| | | default: 'status', |
| | | }, |
| | | }, |
| | | { |
| | |
| | | { title: '公积金扣款', dataIndex: 'housingFundDeduction', width: 110 }, |
| | | { title: '个税扣款', dataIndex: 'taxDeduction', width: 110 }, |
| | | { title: '其他扣款', dataIndex: 'otherDeduction', width: 100 }, |
| | | { title: '实发工资', dataIndex: 'actualSalary', width: 100, fixed: 'right' }, |
| | | { title: '请假扣款', dataIndex: 'leaveDeduction', width: 110 }, |
| | | { title: '出勤天数', dataIndex: 'workDays', width: 90 }, |
| | | { title: '加班时长', dataIndex: 'overtimeHours', width: 100 }, |
| | | { title: '实发工资', dataIndex: 'actualSalary', width: 100, fixed: 'right' }, |
| | | ]; |
| | | } |