perf: 修改用户组添加全部用户api的权限位

This commit is contained in:
feng
2023-06-12 18:14:49 +08:00
parent c9159838f5
commit aaec496642

View File

@@ -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: () => {