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
ref="tableRef"
data-key="LatestBuys"
url="Entries/LatestBuys"
url-create="Entries/LatestBuys"
save-url="Entries/LatestBuys/crud"
url="Buys/latestBuysFilter"
order="id DESC"
:columns="columns"
redirect="entry"
redirect="buy"
default-mode="table"
auto-load
:right-search="false"