mirror of
https://github.com/jumpserver/lina.git
synced 2025-07-31 22:55:01 +00:00
fix: 修复资产详情系统用户页面权限控制
This commit is contained in:
parent
3aca8cdffd
commit
23ee181c63
@ -36,7 +36,7 @@ export default {
|
||||
{
|
||||
title: this.$t('assets.SystemUser'),
|
||||
name: 'SystemUserList',
|
||||
hidden: () => !this.$hasPerm('assets.view_systemuser')
|
||||
hidden: () => !this.$hasPerm('assets.view_authbook')
|
||||
},
|
||||
{
|
||||
title: this.$t('assets.AccountList'),
|
||||
|
Loading…
Reference in New Issue
Block a user