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

31 lines
430 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',
}
]
export const dataSource = [];