{{ invoice.delivery__tracking_code }}
-+
{{ capitalize(invoice.delivery__status) }}
diff --git a/app/components/orders/OrderPaymentTab.vue b/app/components/orders/OrderPaymentTab.vue index 9229f7b..556d85d 100644 --- a/app/components/orders/OrderPaymentTab.vue +++ b/app/components/orders/OrderPaymentTab.vue @@ -8,15 +8,15 @@ const { $formatNum } = useNuxtApp();Tổng tiền
- {{ $formatNum(invoice.total, { hasUnit: true }) }} + {{ $formatNum(invoice.final_amount, { hasUnit: true }) }}
Đã thanh toán
-0 đ
+{{ $formatNum(null) }}
{{ product.variant__product__name }}
-+ {{ product.variant__product__name }} +
++ {{ product.variant__internal_storage__code }} + - + {{ product.variant__ram__code }} RAM + - + {{ product.variant__color__name }} +
+SL: {{ product.amount }}
Đơn giá: {{ $formatNum(product.price, { hasUnit: true }) }}
Chưa có hoá đơn
diff --git a/app/components/orders/Orders.vue b/app/components/orders/Orders.vue index 9ac5831..5051bd6 100644 --- a/app/components/orders/Orders.vue +++ b/app/components/orders/Orders.vue @@ -90,7 +90,10 @@ provide("orders", {address: {{ address }}
- addressRef: {{ addressRef }}
- isDirty: {{ isDirty.toString() }}