feat: 应用授权详情按钮添加权限控制

This commit is contained in:
“huailei000” 2022-05-24 18:41:34 +08:00 committed by 老广
parent 78b72ec68a
commit 5cd3aea0a3

View File

@ -33,7 +33,8 @@ export default {
title: this.$t('common.Active'),
type: 'switcher',
attrs: {
model: this.object.is_active
model: this.object.is_active,
disabled: !this.$hasPerm('perms.change_applicationpermission')
},
callbacks: {
change: function(val) {