feat:【用户管理】增加根据角色/组织进行查询的支持,增加查看指定用户拥有的所有权限的功能

This commit is contained in:
wangjiahao
2021-08-12 11:22:27 +08:00
parent d9c7885c88
commit d714f146a0
2 changed files with 13 additions and 5 deletions

View File

@@ -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: {