mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 22:35:21 +00:00
fix: 修复资产详情授权用户tab页的权限位
This commit is contained in:
committed by
Jiangjie.Bai
parent
b3a9c8b8b5
commit
ca84cb85f4
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user