forked from verdnatura/salix-front
hotFix: try to fix myEntries
This commit is contained in:
parent
64a62ca208
commit
3d6ba060c2
|
@ -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) => {
|
||||||
|
|
Loading…
Reference in New Issue