0
0
Fork 0

hotFix: try to fix myEntries

This commit is contained in:
Alex Moreno 2024-07-24 20:10:50 +02:00
parent 64a62ca208
commit 3d6ba060c2
1 changed files with 11 additions and 11 deletions

View File

@ -56,17 +56,17 @@ const columns = computed(() => [
cardVisible: true, cardVisible: true,
create: false, create: false,
}, },
{ // {
align: 'right', // align: 'right',
name: 'tableActions', // name: 'tableActions',
actions: [ // actions: [
{ // {
title: t('printBuys'), // title: t('printBuys'),
icon: 'print', // icon: 'print',
action: (row) => printBuys(row.id), // // action: (row) => printBuys(row.id),
}, // },
], // ],
}, // },
]); ]);
// const printBuys = (rowId) => { // const printBuys = (rowId) => {