101 lines
1.8 KiB
JavaScript
101 lines
1.8 KiB
JavaScript
|
|
export const columns = [
|
|
{
|
|
title: "姓名",
|
|
dataIndex: 'title',
|
|
key: 'title',
|
|
fixed: 'left',
|
|
width: 100
|
|
},
|
|
{
|
|
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',
|
|
},
|
|
{
|
|
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',
|
|
fixed: 'right',
|
|
width: 100
|
|
}
|
|
]
|
|
|
|
|
|
export const dataSource = [];
|
|
|
|
|
|
|
|
|
|
|