fix: 修复资产详情授权用户tab页的权限位

This commit is contained in:
Jiangjie.Bai
2022-03-17 17:22:33 +08:00
committed by Jiangjie.Bai
parent b3a9c8b8b5
commit ca84cb85f4

View File

@@ -46,7 +46,7 @@ export default {
{
title: this.$t('assets.PermUserList'),
name: 'PermUserList',
hidden: () => !this.$hasPerm('assets.view_asset')
hidden: () => !this.$hasPerm('perms.view_assetpermission')
}
],
hasRightSide: true,