fix: 修复角色更新、删除权限控制

This commit is contained in:
Jiangjie.Bai
2022-03-18 14:49:03 +08:00
committed by huailei
parent 3a1870cae1
commit 4db98964dd
4 changed files with 10 additions and 11 deletions

View File

@@ -116,7 +116,7 @@ export default {
}
},
hidden: () => {
return !this.$hasPerm('rbac.change_systemrolebinding')
return !this.$hasPerm('rbac.add_systemrolebinding')
},
value: []
},