- aggiunto il Comune di Residenza alla REgistrazione e al Tutorial

This commit is contained in:
Surya Paolo
2025-11-27 00:48:53 +01:00
parent 145327a6ca
commit 05bf8ad495
25 changed files with 392 additions and 194 deletions

View File

@@ -445,21 +445,21 @@
/>
</q-item-section>
<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-item-section>
<q-item-label>
<span
v-for="(recstatus, index) in myrec.idStatusSkill"
:key="index"
>
{{ globalStore.getStatusSkillById(recstatus) }}
</q-chip>
</span>
</q-item-label>
<q-chip
dense
:color="globalStore.getColByStatusSkills(recstatus)"
text-color="white"
>
{{ globalStore.getStatusSkillById(recstatus) }}
</q-chip>
</span>
</q-item-label>
</q-item-section>
</q-item>
<div v-if="!isSmall">
@@ -511,7 +511,7 @@
text-color="white"
dense
>
<span class="cal__quota-content">{{
<span>{{
getSectorByRec(myrec)[0].descr
}}</span>
</q-chip>
@@ -526,7 +526,7 @@
color="blue"
text-color="white"
>
<span class="cal__quota-content">{{
<span>{{
getRecGoodSkillByRec(myrec)[0].descr
}}</span>
</q-chip>