mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 11:24:17 +00:00
fix: 更新资产详情授权用户权限
This commit is contained in:
committed by
Jiangjie.Bai
parent
7ab0f5e4b7
commit
f6ee5a7078
@@ -46,7 +46,7 @@ export default {
|
||||
{
|
||||
title: this.$t('assets.PermUserList'),
|
||||
name: 'PermUserList',
|
||||
hidden: () => !this.$hasPerm('ssets.view_asset')
|
||||
hidden: () => !this.$hasPerm('assets.view_asset')
|
||||
}
|
||||
],
|
||||
hasRightSide: true,
|
||||
|
||||
Reference in New Issue
Block a user