aggiornamento...

This commit is contained in:
Surya Paolo
2023-12-17 19:19:10 +01:00
parent a941592c21
commit c2af144c05
4 changed files with 45 additions and 22 deletions

View File

@@ -51,7 +51,7 @@
myproduct.after_price
}}</span>
</q-item-label>
<q-item-label v-if="myproduct.scontisticas && myproduct.scontisticas.length > 0">
<!--<q-item-label v-if="myproduct.scontisticas && myproduct.scontisticas.length > 0">
<div
class="prod_sconti"
v-for="(sconti, index) of myproduct.scontisticas"
@@ -60,6 +60,7 @@
{{ sconti.description }}
</div>
</q-item-label>
-->
</q-item-section>
</q-item>
</q-list>