fix: fix dates
This commit is contained in:
parent
ff272ab6c3
commit
2251572079
|
@ -59,7 +59,7 @@ const columns = computed(() => [
|
|||
align: 'center',
|
||||
},
|
||||
{
|
||||
label: t('lastEntries.warehouse'),
|
||||
label: t('itemDiary.warehouse'),
|
||||
name: 'warehouse',
|
||||
field: 'warehouse',
|
||||
align: 'left',
|
||||
|
@ -94,7 +94,7 @@ const columns = computed(() => [
|
|||
format: (val) => dashIfEmpty(val),
|
||||
},
|
||||
{
|
||||
label: t('lastEntries.packing'),
|
||||
label: t('shelvings.packing'),
|
||||
name: 'packing',
|
||||
align: 'center',
|
||||
},
|
||||
|
@ -104,7 +104,7 @@ const columns = computed(() => [
|
|||
align: 'center',
|
||||
},
|
||||
{
|
||||
label: t('lastEntries.stems'),
|
||||
label: t('itemBasicData.stems'),
|
||||
name: 'stems',
|
||||
field: 'stems',
|
||||
align: 'center',
|
||||
|
@ -188,7 +188,7 @@ onUnmounted(() => (stateStore.rightDrawer = false));
|
|||
<VnSubToolbar>
|
||||
<template #st-data>
|
||||
<VnInputDate
|
||||
:label="t('lastEntries.since')"
|
||||
:label="t('itemDiary.since')"
|
||||
dense
|
||||
v-model="from"
|
||||
class="q-mr-lg"
|
||||
|
|
Loading…
Reference in New Issue