vers 1.1.6
- risolto problema cors ?!? - notifiche transazioni pendenti OK
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div v-if="small">
|
||||
<q-chip
|
||||
dense
|
||||
class="cltexth4 chipbooked shadow-5 q-pa-sm2"
|
||||
class="cltexth4 shadow-5 q-pa-sm2"
|
||||
size="md"
|
||||
:color="modelValue > 0 ? `green` : modelValue === 0 ? `gray` : `red`"
|
||||
text-color="white"
|
||||
@@ -15,15 +15,15 @@
|
||||
>{{ symbol }}</em
|
||||
></span
|
||||
>
|
||||
<q-icon
|
||||
<!--<q-icon
|
||||
v-if="symbol === 'RIS'"
|
||||
name="img: images/1ris_rosso_100.png"
|
||||
:size="small ? `xs` : `sm`"
|
||||
/>
|
||||
/>-->
|
||||
<div
|
||||
v-if="myrecparam && myrecparam.fidoConcesso > 0 && !paramTypeAccount"
|
||||
>
|
||||
<q-icon
|
||||
v-if="myrecparam && myrecparam.fidoConcesso > 0 && !paramTypeAccount"
|
||||
:color="myrecparam.fidoConcesso > 0 ? 'blue' : 'grey'"
|
||||
name="fas fa-house-user"
|
||||
class="vertical-baseline q-ml-xs"
|
||||
|
||||
Reference in New Issue
Block a user