hotFix: try to fix myEntries
gitea/salix-front/pipeline/head This commit looks good Details

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,
create: false,
},
{
align: 'right',
name: 'tableActions',
actions: [
{
title: t('printBuys'),
icon: 'print',
action: (row) => printBuys(row.id),
},
],
},
// {
// align: 'right',
// name: 'tableActions',
// actions: [
// {
// title: t('printBuys'),
// icon: 'print',
// // action: (row) => printBuys(row.id),
// },
// ],
// },
]);
// const printBuys = (rowId) => {