forked from verdnatura/salix-front
hotFix: try to fix myEntries
This commit is contained in:
parent
c926b047e2
commit
e3204e0ce3
|
@ -6,20 +6,19 @@ import { toDate } from 'src/filters/index';
|
|||
import { useQuasar } from 'quasar';
|
||||
import EntryBuysTableDialog from './EntryBuysTableDialog.vue';
|
||||
import VnTable from 'components/VnTable/VnTable.vue';
|
||||
import VnInput from 'src/components/common/VnInput.vue';
|
||||
|
||||
const { t } = useI18n();
|
||||
const quasar = useQuasar();
|
||||
const columns = computed(() => [
|
||||
// {
|
||||
// align: 'left',
|
||||
// name: 'id',
|
||||
// label: t('customer.extendedList.tableVisibleColumns.id'),
|
||||
// chip: {
|
||||
// condition: () => true,
|
||||
// },
|
||||
// isId: true,
|
||||
// },
|
||||
{
|
||||
align: 'left',
|
||||
name: 'id',
|
||||
label: t('customer.extendedList.tableVisibleColumns.id'),
|
||||
chip: {
|
||||
condition: () => true,
|
||||
},
|
||||
isId: true,
|
||||
},
|
||||
{
|
||||
align: 'left',
|
||||
label: t('shipped'),
|
||||
|
@ -34,7 +33,7 @@ const columns = computed(() => [
|
|||
{
|
||||
align: 'left',
|
||||
label: t('landed'),
|
||||
name: 'landed',
|
||||
name: 'from',
|
||||
cardVisible: false,
|
||||
component: 'date',
|
||||
columnField: {
|
||||
|
|
Loading…
Reference in New Issue