mirror of
https://github.com/dataease/dataease.git
synced 2026-05-21 04:08:10 +08:00
feat:【用户管理】增加根据角色/组织进行查询的支持,增加查看指定用户拥有的所有权限的功能
This commit is contained in:
@@ -208,8 +208,9 @@ export default {
|
||||
{ label: this.$t('commons.disable'), value: '0' }
|
||||
],
|
||||
multiple: false
|
||||
}
|
||||
// { field: 'deptId', label: '组织', component: conditionTable }
|
||||
},
|
||||
{ field: 'd.name', label: this.$t('commons.organization'), component: 'DeComplexInput' },
|
||||
{ field: 'r.name', label: this.$t('commons.role'), component: 'DeComplexInput' }
|
||||
]
|
||||
},
|
||||
paginationConfig: {
|
||||
|
||||
Reference in New Issue
Block a user