forked from verdnatura/salix-front
hotFix: try to fix myEntries
This commit is contained in:
parent
68c4c93f9f
commit
369736f362
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue