mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-25 14:25:23 +00:00
fix: 修复页面按钮权限控制(应用账号)
This commit is contained in:
@@ -107,6 +107,7 @@ export default {
|
|||||||
name: 'View',
|
name: 'View',
|
||||||
title: this.$t('common.View'),
|
title: this.$t('common.View'),
|
||||||
type: 'primary',
|
type: 'primary',
|
||||||
|
can: this.$hasPerm('applications.view_applicationaccountsecret'),
|
||||||
callback: function({ row }) {
|
callback: function({ row }) {
|
||||||
this.account = row
|
this.account = row
|
||||||
this.showViewSecretDialog = true
|
this.showViewSecretDialog = true
|
||||||
|
Reference in New Issue
Block a user