fix 68447 系统管理--用户管理--查询条件字段名称建议和列表一致
This commit is contained in:
@@ -250,14 +250,14 @@ export default {
|
|||||||
scopedSlots: { customRender: 'avatarslot' }
|
scopedSlots: { customRender: 'avatarslot' }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '用户账号',
|
title: '账号',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
dataIndex: 'username',
|
dataIndex: 'username',
|
||||||
width: 120,
|
width: 120,
|
||||||
sorter: true
|
sorter: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '用户姓名',
|
title: '真实名字',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 100,
|
width: 100,
|
||||||
dataIndex: 'realname'
|
dataIndex: 'realname'
|
||||||
@@ -276,7 +276,7 @@ export default {
|
|||||||
dataIndex: 'phone'
|
dataIndex: 'phone'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '部门',
|
title: '组织机构',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 180,
|
width: 180,
|
||||||
dataIndex: 'orgCodeTxt'
|
dataIndex: 'orgCodeTxt'
|
||||||
@@ -300,7 +300,7 @@ export default {
|
|||||||
// dataIndex: 'departIds_dictText'
|
// dataIndex: 'departIds_dictText'
|
||||||
// },
|
// },
|
||||||
{
|
{
|
||||||
title: '状态',
|
title: '用户状态',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 80,
|
width: 80,
|
||||||
dataIndex: 'status_dictText'
|
dataIndex: 'status_dictText'
|
||||||
|
|||||||
Reference in New Issue
Block a user