File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33 :model-value =" modelValue"
44 :options =" options"
55 :label =" lang.invoice.fields.status"
6- stack-label
76 map-options
87 emit-value
98 @update:model-value =" ($event) => emit('update:modelValue', $event)"
Original file line number Diff line number Diff line change 99 {{ lang.invoice.title }}
1010 </template >
1111 <template #header-side >
12- <invoice-status-toggle v-model =" status" />
1312 <q-btn icon =" search" >
1413 <q-menu class =" q-pa-sm" >
14+ <invoice-status-select v-model =" status" />
15+
1516 <company-select
1617 v-model =" companyId"
1718 :filtered-options =" filteredCompanies"
@@ -117,7 +118,7 @@ import { InvoiceStatus } from '@slimfact/api/zod'
117118import { useQuasar , QSelect } from ' quasar'
118119import CompanySelect from ' ../../components/company/CompanySelect.vue'
119120import ClientSelect from ' ../../components/client/ClientSelect.vue'
120- import InvoiceStatusToggle from ' ../../components/invoice/InvoiceStatusToggle .vue'
121+ import InvoiceStatusSelect from ' ../../components/invoice/InvoiceStatusSelect .vue'
121122import AddPaymentDialog from ' ../../components/AddPaymentDialog.vue'
122123import { onBeforeRouteUpdate , useRoute } from ' vue-router'
123124const { useQuery, useMutation } = await createUseTrpc ()
You can’t perform that action at this time.
0 commit comments