mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
fix: 修复用户列表移除按钮权限位
This commit is contained in:
committed by
Jiangjie.Bai
parent
7d1e75e4b9
commit
09c0647a94
@@ -121,6 +121,7 @@ export default {
|
||||
name: 'remove',
|
||||
type: 'warning',
|
||||
has: hasRemove,
|
||||
can: vm.$hasPerm('users.remove_user'),
|
||||
callback: this.removeUserFromOrg
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user