fix: 更新资产详情授权用户权限

This commit is contained in:
Jiangjie.Bai
2022-03-16 20:48:06 +08:00
committed by Jiangjie.Bai
parent 7ab0f5e4b7
commit f6ee5a7078

View File

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