feat: refs #8388 enable auto-load
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
f020db7fe1
commit
1535be957f
|
@ -403,6 +403,7 @@ async function createInvoice() {
|
||||||
(data) => (totalAmount = data?.reduce((acc, entry) => acc + entry.amount, 0))
|
(data) => (totalAmount = data?.reduce((acc, entry) => acc + entry.amount, 0))
|
||||||
"
|
"
|
||||||
:selection-fn="(rows) => rows.filter((row) => !row.isBooked)"
|
:selection-fn="(rows) => rows.filter((row) => !row.isBooked)"
|
||||||
|
auto-load
|
||||||
>
|
>
|
||||||
<template #top-left>
|
<template #top-left>
|
||||||
<QBtn
|
<QBtn
|
||||||
|
|
Loading…
Reference in New Issue