mirror of
https://gitee.com/yudaocode/yudao-ui-admin-vben.git
synced 2025-12-30 10:32:25 +00:00
【功能修复】用户管理的部门名字回显不对问题
This commit is contained in:
@@ -29,11 +29,8 @@ export const columns: BasicColumn[] = [
|
||||
},
|
||||
{
|
||||
title: '部门',
|
||||
dataIndex: 'deptId',
|
||||
dataIndex: 'deptName',
|
||||
width: 120,
|
||||
customRender: ({ record }) => {
|
||||
return useRender.renderTag(record.dept && record.dept.name)
|
||||
},
|
||||
},
|
||||
{
|
||||
title: '手机号码',
|
||||
|
||||
Reference in New Issue
Block a user