0
0
Fork 0

hotFix: try to fix myEntries

This commit is contained in:
Alex Moreno 2024-07-24 20:34:09 +02:00
parent c926b047e2
commit e3204e0ce3
1 changed files with 10 additions and 11 deletions

View File

@ -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: {