mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-18 08:12:33 +00:00
perf: 修改用户组添加全部用户api的权限位
This commit is contained in:
@@ -42,7 +42,7 @@ export default {
|
||||
attrs: {
|
||||
type: 'primary',
|
||||
label: this.$tc('common.Add'),
|
||||
disabled: !this.$hasPerm('users.change_usergroup')
|
||||
disabled: !this.$hasPerm('users.add_usergroup')
|
||||
},
|
||||
callbacks: Object.freeze({
|
||||
click: () => {
|
||||
|
Reference in New Issue
Block a user