fix: 修复资产详情系统用户页面权限控制

This commit is contained in:
Jiangjie.Bai 2022-03-18 16:50:45 +08:00 committed by Jiangjie.Bai
parent 3aca8cdffd
commit 23ee181c63

View File

@ -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'),