diff --git a/src/components/AppAccountListTable/index.vue b/src/components/AppAccountListTable/index.vue index ff30a3a1b..5a90818cf 100644 --- a/src/components/AppAccountListTable/index.vue +++ b/src/components/AppAccountListTable/index.vue @@ -107,6 +107,7 @@ export default { name: 'View', title: this.$t('common.View'), type: 'primary', + can: this.$hasPerm('applications.view_applicationaccountsecret'), callback: function({ row }) { this.account = row this.showViewSecretDialog = true