- sistemati i filtri per tabella

- corretto le preferenze dell'ospitalità
This commit is contained in:
Surya Paolo
2024-02-19 15:34:47 +01:00
parent 473ea72e80
commit e1bc367418
8 changed files with 115 additions and 88 deletions

View File

@@ -3,6 +3,7 @@
:class="$q.screen.lt.sm ? `` : `q-pa-xs`"
v-if="isfinishLoading && mycolumns"
>
<div :class="`shadow-2 rounded-borders`">
<div>
<div v-if="prop_search || canEdit" class="q-my-xs text-right">
@@ -83,7 +84,7 @@
: labelcombo(item)
"
v-model:value="item.value"
@update:value="searchval(item.value, item.table)"
@update:value="searchval(item.value, item.table, tablesel)"
:addall="item.addall"
:addnone="item.addnone"
:addlast="true"
@@ -126,7 +127,7 @@
:multiselect_by_server="true"
:label="labelcombo(item)"
v-model:arrvalue="item.arrvalue"
@update:arrvalue="searchval(item.arrvalue, item.table)"
@update:arrvalue="searchval(item.arrvalue, item.table, tablesel)"
:addall="item.addall"
:addnone="item.addnone"
dark
@@ -152,7 +153,7 @@
v-model="item.arrvalue"
label-color="primary"
:label="labelcombo(item)"
@update:model-value="searchval(item.arrvalue, item.table)"
@update:model-value="searchval(item.arrvalue, item.table, tablesel)"
rounded
dark
dense