6897-entryMigration2 #504

Merged
carlossa merged 18 commits from 6897-entryMigration2 into dev 2024-07-03 10:15:11 +00:00
1 changed files with 2 additions and 4 deletions
Showing only changes of commit 2e8396d1d4 - Show all commits

View File

@ -274,12 +274,10 @@ onUnmounted(() => (stateStore.rightDrawer = false));
<VnTable <VnTable
ref="tableRef" ref="tableRef"
data-key="LatestBuys" data-key="LatestBuys"
url="Entries/LatestBuys" url="Buys/latestBuysFilter"
url-create="Entries/LatestBuys"
save-url="Entries/LatestBuys/crud"
order="id DESC" order="id DESC"
:columns="columns" :columns="columns"
redirect="entry" redirect="buy"
default-mode="table" default-mode="table"
auto-load auto-load
:right-search="false" :right-search="false"