- 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

@@ -148,9 +148,7 @@
costanti.TIPOFAVBOOK.SEEN,
false,
$t('cmd.seen', {
num: myrec.numseen
? myrec.numseen
: 0,
num: myrec.numseen ? myrec.numseen : 0,
})
)
"
@@ -161,9 +159,7 @@
<q-item-section>
{{
$t('cmd.seen', {
num: myrec.numseen
? myrec.numseen
: 0,
num: myrec.numseen ? myrec.numseen : 0,
})
}}
</q-item-section>
@@ -235,9 +231,7 @@
costanti.TIPOFAVBOOK.BOOKMARK,
false,
$t('cmd.bookmark', {
num: myrec.numbook
? myrec.numbook
: 0,
num: myrec.numbook ? myrec.numbook : 0,
})
)
"
@@ -248,9 +242,7 @@
<q-item-section>
{{
$t('cmd.bookmark', {
num: myrec.numbook
? myrec.numbook
: 0,
num: myrec.numbook ? myrec.numbook : 0,
})
}}
</q-item-section>
@@ -277,6 +269,23 @@
</div>
</q-item-section>
<q-item-section avatar>
<q-item-label>
<span
v-for="(recstatus, index) in myrec.idStatusSkill"
:key="index"
>
<q-chip
dense
:color="globalStore.getColByStatusSkills(recstatus)"
text-color="white"
>
{{ globalStore.getStatusSkillById(recstatus) }}
</q-chip>
</span>
</q-item-label>
</q-item-section>
<q-item-section>
<q-item-label v-if="myrec.typeHosp" class="text-bold text-h7">
<q-chip dense color="green" text-color="white"