mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 11:24:17 +00:00
fix:特权用户的权限和系统用户一样
This commit is contained in:
committed by
Jiangjie.Bai
parent
930bcab66d
commit
acf2d81a8e
@@ -30,7 +30,7 @@ export default {
|
||||
{
|
||||
title: this.$t('assets.AdminUser'),
|
||||
name: 'AdminUserList',
|
||||
hidden: () => !this.$hasPerm('assets.view_domain')
|
||||
hidden: () => !this.$hasPerm('assets.view_systemuser')
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user