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

This commit is contained in:
Alex Moreno 2024-07-24 19:55:13 +02:00
parent beaddf0199
commit ae5ec1328b
1 changed files with 21 additions and 26 deletions

View File

@ -65,7 +65,6 @@ const columns = computed(() => [
{ {
align: 'right', align: 'right',
name: 'tableActions', name: 'tableActions',
computed,
actions: [ actions: [
{ {
title: t('printBuys'), title: t('printBuys'),
@ -87,21 +86,19 @@ const printBuys = (rowId) => {
</script> </script>
<template> <template>
<VnSearchbar <VnSearchbar
data-key="EntryList" data-key="myEntriesList"
url="Entries/filter" url="Entries/filter"
:label="t('Search entries')" :label="t('Search entries')"
:info="t('You can search by entry reference')" :info="t('You can search by entry reference')"
/> />
<QPage class="column items-center q-pa-md">
<div class="vn-card-list">
<VnTable <VnTable
ref="myEntriesRef" ref="myEntriesRef"
data-key="myEntriesList" data-key="myEntriesList"
url="Entries/filter" url="Entries/filter"
:columns="columns" :columns="columns"
default-mode="card" default-mode="card"
auto-load
:right-search="true" :right-search="true"
auto-load
> >
<template #moreFilterPanel="{ params }"> <template #moreFilterPanel="{ params }">
<VnInput <VnInput
@ -114,8 +111,6 @@ const printBuys = (rowId) => {
></VnInput> ></VnInput>
</template> </template>
</VnTable> </VnTable>
</div>
</QPage>
</template> </template>
<i18n> <i18n>