fix: 修复页面按钮权限控制(应用账号)

This commit is contained in:
Jiangjie.Bai
2022-03-14 16:21:28 +08:00
committed by 老广
parent 8a1556ccdb
commit aacdb5adb5

View File

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