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:44:55 +02:00
parent 80f34edb66
commit f18bc80c0b
1 changed files with 2 additions and 7 deletions

View File

@ -13,6 +13,7 @@ const columns = computed(() => [
{
align: 'left',
name: 'id',
label: t('customer.extendedList.tableVisibleColumns.id'),
},
{
align: 'left',
@ -77,13 +78,7 @@ const printBuys = (rowId) => {
:label="t('Search entries')"
:info="t('You can search by entry reference')"
/>
<VnTable
data-key="myEntriesList"
url="Entries/filter"
:columns="columns"
default-mode="card"
auto-load
/>
<VnTable data-key="myEntriesList" url="Entries/filter" :columns="columns" />
</template>
<i18n>