|
|
@ -7,7 +7,7 @@ export const tableColumns: BasicColumn[] = [ |
|
|
{ width: 100, title: '姓名', dataIndex: 'realName' }, |
|
|
{ width: 100, title: '姓名', dataIndex: 'realName' }, |
|
|
{ width: 120,title: '手机号', dataIndex: 'phone' }, |
|
|
{ width: 120,title: '手机号', dataIndex: 'phone' }, |
|
|
{ title: '角色', dataIndex: 'role', slots: { customRender: 'role' }, }, |
|
|
{ title: '角色', dataIndex: 'role', slots: { customRender: 'role' }, }, |
|
|
{ title: '微信昵称', dataIndex: 'nickName' }, |
|
|
|
|
|
|
|
|
{ title: '部门', dataIndex: 'departmentName' }, |
|
|
{ width: 80, title: '员工码', dataIndex: 'code' }, |
|
|
{ width: 80, title: '员工码', dataIndex: 'code' }, |
|
|
{ title: '添加时间', dataIndex: 'joinedTime' }, |
|
|
{ title: '添加时间', dataIndex: 'joinedTime' }, |
|
|
] |
|
|
] |
|
|
|