38 lines
666 B
JavaScript
38 lines
666 B
JavaScript
export const columns = [
|
|
{
|
|
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: 'cz',
|
|
key: 'cz',
|
|
}
|
|
]
|