mirror of
https://github.com/jumpserver/lina.git
synced 2026-05-14 19:05:48 +00:00
Fix the issue with the button type
This commit is contained in:
@@ -79,7 +79,6 @@ export default {
|
||||
title: vm.$t('Execute'),
|
||||
name: 'execute',
|
||||
order: 1,
|
||||
type: 'text',
|
||||
can: ({ row }) => {
|
||||
return row.is_active && vm.$hasPerm('accounts.add_pushaccountexecution')
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user