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