- aggiornati gli argomenti in base a GM

This commit is contained in:
Surya Paolo
2025-02-12 18:32:10 +01:00
parent 0ad4dcff75
commit cdefb91bef
26 changed files with 230 additions and 71 deletions

View File

@@ -2,9 +2,8 @@
<div class="q-pa-sm row items-start q-gutter-sm">
<q-card
v-if="myrec"
flat
bordered
:style="`width: ` + opt.widthcard + `; `"
:style="`width: ` + opt.widthcard + `; ` + (opt.heightcard ? `height: ` + opt.heightcard + `; ` : '')"
>
<!--<q-skeleton
v-if="!myrec.foto_collana"
@@ -13,9 +12,9 @@
:height="opt.heightcard"
/>-->
<q-img
:width="opt.widthcard"
:width="opt.widthimg"
@click="apriInfo = true"
:height="opt.heightcard"
:height="opt.heightimg"
class="clickable-image"
fit="cover"
:src="
@@ -189,7 +188,7 @@
? myrec.referenti.join(', ')
: '[Non Assegnato]'
"
:label="$t('cataloglist.argomenti') + `:`"
:label="$t('cataloglist.referenti') + `:`"
:color="
myrec.referenti && myrec.referenti.length > 0
? 'text-blue'