0
0
Fork 0

hotFix: try to fix myEntries

This commit is contained in:
Alex Moreno 2024-07-24 20:17:23 +02:00
parent 68c4c93f9f
commit 369736f362
1 changed files with 21 additions and 21 deletions

View File

@ -35,27 +35,27 @@ const columns = computed(() => [
}, },
format: ({ shipped }) => toDate(shipped), format: ({ shipped }) => toDate(shipped),
}, },
{ // {
align: 'left', // align: 'left',
label: t('landed'), // label: t('landed'),
name: 'landed', // name: 'landed',
isTitle: false, // isTitle: false,
create: true, // create: true,
cardVisible: false, // cardVisible: false,
component: 'date', // component: 'date',
columnField: { // columnField: {
component: null, // component: null,
}, // },
format: ({ landed }) => toDate(landed), // format: ({ landed }) => toDate(landed),
}, // },
{ // {
align: 'left', // align: 'left',
label: t('globals.wareHouseIn'), // label: t('globals.wareHouseIn'),
name: 'warehouseInName', // name: 'warehouseInName',
isTitle: false, // isTitle: false,
cardVisible: true, // cardVisible: true,
create: false, // create: false,
}, // },
// { // {
// align: 'right', // align: 'right',
// name: 'tableActions', // name: 'tableActions',