Skip to content

Commit

Permalink
【功能修复】用户管理的部门名字回显不对问题
Browse files Browse the repository at this point in the history
  • Loading branch information
YunaiV committed Sep 29, 2024
1 parent 89c0a03 commit 43b9333
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/views/system/user/user.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: '手机号码',
Expand Down

0 comments on commit 43b9333

Please sign in to comment.