print-receipt

This commit is contained in:
Viet An
2026-06-23 14:21:05 +07:00
parent 059f232283
commit 00229ae333
5 changed files with 8 additions and 12 deletions

View File

@@ -110,7 +110,7 @@ const { subtotal, shipping_address, isPending, showVietQRModal, placeOrder, test
</tr>
<tr>
<td class="font-bold fs-14">Tổng cộng</td>
<td class="has-text-right has-text-success-35 font-bold fs-17">
<td class="has-text-right has-text-primary font-bold fs-18">
{{ $formatNum(subtotal, { hasUnit: true }) }}
</td>
</tr>
@@ -134,13 +134,7 @@ const { subtotal, shipping_address, isPending, showVietQRModal, placeOrder, test
@click="placeOrder"
:class="['button is-success', isPending && 'is-loading']"
>
<span class="icon">
<Icon
name="material-symbols:check-rounded"
:size="18"
/>
</span>
<span>Đặt hàng</span>
Đặt hàng
</button>
<!-- <button
@click="testReturnPage"