mirror of
https://github.com/jumpserver/lina.git
synced 2025-07-12 14:39:07 +00:00
fix: user org perm
This commit is contained in:
parent
87d211563f
commit
05e5bcc10d
@ -135,7 +135,7 @@ export default {
|
||||
},
|
||||
hidden: () => {
|
||||
return !this.$store.getters.hasValidLicense ||
|
||||
!this.$hasPerm('rbac.change_orgrolebinding') ||
|
||||
!this.$hasPerm('rbac.add_orgrolebinding') ||
|
||||
this.$store.getters.currentOrgIsRoot
|
||||
},
|
||||
helpText: this.$t('users.HelpText.OrgRoleHelpText')
|
||||
|
Loading…
Reference in New Issue
Block a user