Lint
This commit is contained in:
parent
298140e387
commit
b3a29c706c
|
@ -40,7 +40,15 @@
|
||||||
</ui-popup>
|
</ui-popup>
|
||||||
<page-filter breakpoint="xl">
|
<page-filter breakpoint="xl">
|
||||||
<template #fields>
|
<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
|
<f-multipleselect
|
||||||
id="group_ids"
|
id="group_ids"
|
||||||
:options="meta.groups"
|
:options="meta.groups"
|
||||||
|
|
Loading…
Reference in New Issue