print-receipt
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user