Fix the issue with the button type

This commit is contained in:
zhaojisen
2026-03-03 11:00:39 +08:00
committed by ZhaoJiSen
parent 58b1f82816
commit 1d9065348e

View File

@@ -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')
},