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