hotFix: try to fix myEntries
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2024-07-24 20:29:52 +02:00
parent c904f7f88b
commit c926b047e2
1 changed files with 8 additions and 14 deletions

View File

@ -19,18 +19,17 @@ const columns = computed(() => [
// condition: () => true,
// },
// isId: true,
// isTitle: false,
// },
{
align: 'left',
label: t('shipped'),
name: 'shipped',
cardVisible: true,
component: 'date',
columnField: {
component: null,
},
format: ({ shipped }) => toDate(shipped),
cardVisible: true,
},
{
align: 'left',
@ -49,6 +48,12 @@ const columns = computed(() => [
name: 'warehouseInName',
cardVisible: true,
},
{
align: 'left',
label: t('globals.daysOnward'),
name: 'days',
visible: false,
},
{
align: 'right',
name: 'tableActions',
@ -84,18 +89,7 @@ const printBuys = (rowId) => {
:columns="columns"
default-mode="card"
auto-load
>
<!-- <template #moreFilterPanel="{ params }">
<VnInput
:label="t('globals.daysOnward')"
v-model="params.days"
class="q-px-xs row"
dense
filled
outlined
></VnInput>
</template> -->
</VnTable>
/>
</template>
<i18n>