fix 68447 系统管理--用户管理--查询条件字段名称建议和列表一致

This commit is contained in:
liao
2023-05-06 09:49:59 +08:00
parent 28b2c8e407
commit f517cca6f5
+4 -4
View File
@@ -250,14 +250,14 @@ export default {
scopedSlots: { customRender: 'avatarslot' }
},
{
title: '用户账号',
title: '账号',
align: 'center',
dataIndex: 'username',
width: 120,
sorter: true
},
{
title: '用户姓名',
title: '真实名字',
align: 'center',
width: 100,
dataIndex: 'realname'
@@ -276,7 +276,7 @@ export default {
dataIndex: 'phone'
},
{
title: '部门',
title: '组织机构',
align: 'center',
width: 180,
dataIndex: 'orgCodeTxt'
@@ -300,7 +300,7 @@ export default {
// dataIndex: 'departIds_dictText'
// },
{
title: '状态',
title: '用户状态',
align: 'center',
width: 80,
dataIndex: 'status_dictText'