From ca84cb85f459c3e393fda90fd12701dfd51c9991 Mon Sep 17 00:00:00 2001 From: "Jiangjie.Bai" Date: Thu, 17 Mar 2022 17:22:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=B5=84=E4=BA=A7?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E6=8E=88=E6=9D=83=E7=94=A8=E6=88=B7tab?= =?UTF-8?q?=E9=A1=B5=E7=9A=84=E6=9D=83=E9=99=90=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/assets/Asset/AssetDetail/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/assets/Asset/AssetDetail/index.vue b/src/views/assets/Asset/AssetDetail/index.vue index 893a59739..5063b6cc6 100644 --- a/src/views/assets/Asset/AssetDetail/index.vue +++ b/src/views/assets/Asset/AssetDetail/index.vue @@ -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,