set button to primary

This commit is contained in:
zhaojisen
2026-03-03 18:18:37 +08:00
committed by ZhaoJiSen
parent e56391c98e
commit 442dd257c8

View File

@@ -79,6 +79,7 @@ export default {
title: vm.$t('Execute'),
name: 'execute',
order: 1,
type: 'primary',
can: ({ row }) => {
return row.is_active && vm.$hasPerm('accounts.add_pushaccountexecution')
},