This commit is contained in:
OrangeM21
2020-08-19 16:13:26 +08:00
committed by 老广
parent 820bb075a3
commit 279859ce81
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ export default {
role: {
label: this.$t('users.SuperRole'),
hidden: () => {
return !this.currentOrgIsDefault
return !this.currentOrgIsDefault && this.publicSettings.role === 'Admin'
}
},
org_role: {