0">
| Mã vận đơn |
Thời gian |
Khách hàng |
Shipper |
Địa chỉ |
Phương thức |
Trạng thái |
Số tiền |
|
| {{ order.orderTrackingNumber }} |
{{ order.orderTime }} |
{{ order.user.fullName }} |
{{ order?.shipper?.user?.fullName }} |
Loading...
|
{{ order.address }} |
{{ order.paymentMethod === "CASH"
? "Tiền mặt"
: order.paymentMethod === "ZALO PAY"
? "Zalo Pay"
: ""
}}
|
{{
order.status === "AWAITING"
? "Chờ xác nhận"
: order.status === "CONFIRMED"
? "Đã xác nhận"
: order.status === "SHIPPING"
? "Đang giao hàng"
: order.status === "COMPLETED"
? "Giao thành công"
: order.status === "CANCELED"
? "Đã huỷ đơn"
: order.status === "REJECT_DELIVERY"
? "Không nhận hàng"
: ""
}}
|
{{ order.total | currency : "VND" }} |
|
0">
Không tìm thấy đơn hàng