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),
},
{
align: 'left',
label: t('landed'),
name: 'landed',
isTitle: false,
create: true,
cardVisible: false,
component: 'date',
columnField: {
component: null,
},
format: ({ landed }) => toDate(landed),
},
{
align: 'left',
label: t('globals.wareHouseIn'),
name: 'warehouseInName',
isTitle: false,
cardVisible: true,
create: false,
},
// {
// align: 'left',
// label: t('landed'),
// name: 'landed',
// isTitle: false,
// create: true,
// cardVisible: false,
// component: 'date',
// columnField: {
// component: null,
// },
// format: ({ landed }) => toDate(landed),
// },
// {
// align: 'left',
// label: t('globals.wareHouseIn'),
// name: 'warehouseInName',
// isTitle: false,
// cardVisible: true,
// create: false,
// },
// {
// align: 'right',
// name: 'tableActions',