57 lines
916 B
JavaScript
57 lines
916 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: 'title',
|
|
key: 'title',
|
|
},
|
|
{
|
|
title: "备注",
|
|
dataIndex: 'title',
|
|
key: 'title',
|
|
},
|
|
{
|
|
title: "操作",
|
|
dataIndex: 'cz',
|
|
key: 'cz',
|
|
}
|
|
]
|
|
|
|
export const dataSource = [{
|
|
title: "测试"
|
|
}];
|
|
|
|
|
|
|
|
|
|
|