【功能修复】用户管理的部门名字回显不对问题
parent
89c0a036b4
commit
43b933341b
|
|
@ -29,11 +29,8 @@ export const columns: BasicColumn[] = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '部门',
|
title: '部门',
|
||||||
dataIndex: 'deptId',
|
dataIndex: 'deptName',
|
||||||
width: 120,
|
width: 120,
|
||||||
customRender: ({ record }) => {
|
|
||||||
return useRender.renderTag(record.dept && record.dept.name)
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '手机号码',
|
title: '手机号码',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue