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),
|
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',
|
||||||
|
|
Loading…
Reference in New Issue