diff --git a/src/views/assets/Asset/AssetDetail/index.vue b/src/views/assets/Asset/AssetDetail/index.vue index 5063b6cc6..a680dcf0e 100644 --- a/src/views/assets/Asset/AssetDetail/index.vue +++ b/src/views/assets/Asset/AssetDetail/index.vue @@ -36,7 +36,7 @@ export default { { title: this.$t('assets.SystemUser'), name: 'SystemUserList', - hidden: () => !this.$hasPerm('assets.view_systemuser') + hidden: () => !this.$hasPerm('assets.view_authbook') }, { title: this.$t('assets.AccountList'),