aggiornamento product

This commit is contained in:
Surya Paolo
2023-12-10 15:15:27 +01:00
parent 59c03f28f2
commit 1ce6d765ee
10 changed files with 169 additions and 108 deletions

View File

@@ -34,7 +34,7 @@
<br />
</div>
<q-stepper-navigation>
<div class="text-center">
<q-btn
v-if="statusnow < shared_consts.OrderStatus.CHECKOUT_SENT"
rounded
@@ -45,7 +45,7 @@
:disabled="myTotalQty() < 1"
@click="completeOrder"
></q-btn>
</q-stepper-navigation>
</div>
</div>
</q-page>
</template>