fix: 修复用户列表移除按钮权限位

This commit is contained in:
“huailei000”
2022-03-17 11:29:22 +08:00
committed by Jiangjie.Bai
parent 7d1e75e4b9
commit 09c0647a94

View File

@@ -121,6 +121,7 @@ export default {
name: 'remove',
type: 'warning',
has: hasRemove,
can: vm.$hasPerm('users.remove_user'),
callback: this.removeUserFromOrg
}
]