- aggiornato Card service, e CGridTableRec.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user