- aggiornato Card service, e CGridTableRec.

This commit is contained in:
Surya Paolo
2025-11-28 21:28:31 +01:00
parent 3018542868
commit 2abdda3b44
17 changed files with 1753 additions and 421 deletions

View File

@@ -7,9 +7,10 @@
<div class="row">
<q-toolbar
v-if="!nopopup"
class="bg-white text-black riempi"
dense
class="bg-blue text-white riempi"
>
<q-toolbar-title> </q-toolbar-title>
<q-toolbar-title> {{ tools.getTitleAnnuncio(table) }}</q-toolbar-title>
<q-btn
v-if="!isSmall && showAnteprima"
:label="isSmall ? 'Apri scheda' : 'Riduci scheda'"
@@ -21,7 +22,6 @@
<q-btn
flat
round
color="black"
icon="close"
v-close-popup
></q-btn>
@@ -445,21 +445,21 @@
/>
</q-item-section>
<q-item-section>
<q-item-label>
<span
v-for="(recstatus, index) in myrec.idStatusSkill"
:key="index"
<q-item-section>
<q-item-label>
<span
v-for="(recstatus, index) in myrec.idStatusSkill"
:key="index"
>
<q-chip
dense
:color="globalStore.getColByStatusSkills(recstatus)"
text-color="white"
>
<q-chip
dense
:color="globalStore.getColByStatusSkills(recstatus)"
text-color="white"
>
{{ globalStore.getStatusSkillById(recstatus) }}
</q-chip>
</span>
</q-item-label>
{{ globalStore.getStatusSkillById(recstatus) }}
</q-chip>
</span>
</q-item-label>
</q-item-section>
</q-item>
<div v-if="!isSmall">
@@ -511,9 +511,7 @@
text-color="white"
dense
>
<span>{{
getSectorByRec(myrec)[0].descr
}}</span>
<span>{{ getSectorByRec(myrec)[0].descr }}</span>
</q-chip>
<q-chip
v-if="
@@ -526,9 +524,7 @@
color="blue"
text-color="white"
>
<span>{{
getRecGoodSkillByRec(myrec)[0].descr
}}</span>
<span>{{ getRecGoodSkillByRec(myrec)[0].descr }}</span>
</q-chip>
</q-item-label>
</q-item-section>