This commit is contained in:
philipp lang 2024-08-28 13:32:52 +02:00
parent 298140e387
commit b3a29c706c
1 changed files with 9 additions and 1 deletions

View File

@ -40,7 +40,15 @@
</ui-popup>
<page-filter breakpoint="xl">
<template #fields>
<f-switch v-show="hasModule('bill')" id="ausstand" :model-value="getFilter('ausstand')" label="Nur Ausstände" size="sm" @update:model-value="setFilter('ausstand', $event)"></f-switch>
<f-switch
v-show="hasModule('bill')"
id="ausstand"
name="ausstand"
:model-value="getFilter('ausstand')"
label="Nur Ausstände"
size="sm"
@update:model-value="setFilter('ausstand', $event)"
></f-switch>
<f-multipleselect
id="group_ids"
:options="meta.groups"