mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-01 15:11:16 +00:00
feat: 应用授权详情按钮添加权限控制
This commit is contained in:
parent
78b72ec68a
commit
5cd3aea0a3
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user