salary-management-front/pc4mobx/hrmSalary/pages/mySalary/columns.js

152 lines
2.8 KiB
JavaScript

// 工资单
export const payrollColumns = [{
title: "薪资所属月",
dataIndex: 'title',
key: 'title',
}, {
title: '个税扣缴义务人',
dataIndex: 'username',
key: 'username',
}, {
title: '发放时间',
dataIndex: 'projectName',
key: 'projectName',
}, {
title: '操作',
dataIndex: 'customer',
key: 'customer',
}];
// 社保福利
export const socialSecurityBenefitsColumns= [{
title: "缴纳月份",
dataIndex: 'title',
key: 'title',
fixed: 'left',
width: 100
}, {
title: '社保账号',
dataIndex: 'username',
key: 'username',
}, {
title: '公积金账号',
dataIndex: 'projectName',
key: 'projectName',
}, {
title: '补充公积金账号',
dataIndex: 'customer',
key: 'customer',
}, {
title: '社保个人合计',
dataIndex: 'customer',
key: 'customer',
}, {
title: '公积金个人合计',
dataIndex: 'customer',
key: 'customer',
}, {
title: '其他福利个人合计',
dataIndex: 'customer',
key: 'customer',
}, {
title: '个人合计',
dataIndex: 'customer',
key: 'customer',
}, {
title: '社保单位合计',
dataIndex: 'customer',
key: 'customer',
}, {
title: '公积金单位合计',
dataIndex: 'customer',
key: 'customer',
}, {
title: '其他福利单位合计',
dataIndex: 'customer',
key: 'customer',
}, {
title: '单位合计',
dataIndex: 'customer',
key: 'customer',
}, {
title: '社保合计',
dataIndex: 'customer',
key: 'customer',
}, {
title: '公积金合计',
dataIndex: 'customer',
key: 'customer',
}, {
title: '其他福利合计',
dataIndex: 'customer',
key: 'customer',
}, {
title: '合计',
dataIndex: 'customer',
key: 'customer',
}]
// 薪酬记录
export const salaryRecordColumns = [
{
title: "姓名",
dataIndex: 'title',
key: 'title',
},
{
title: "部门",
dataIndex: 'title',
key: 'title',
},
{
title: "员工状态",
dataIndex: 'title',
key: 'title',
},
{
title: "调整项目",
dataIndex: 'title',
key: 'title',
},
{
title: "调整前",
dataIndex: 'title',
key: 'title',
},
{
title: "调整后",
dataIndex: 'title',
key: 'title',
},
{
title: "调整原因",
dataIndex: 'title',
key: 'title',
},
{
title: "生效时间",
dataIndex: 'title',
key: 'title',
},
{
title: "操作人",
dataIndex: 'title',
key: 'title',
},
{
title: "操作时间",
dataIndex: 'title',
key: 'title',
}
]
export const dataSource = [];