+ |
+
+
+
+ |
+
+ {{ order.orderNumber }}
+ {{ order.products.length }} 个产品
+ |
+
+ {{ order.customer.name }}
+ {{ order.customer.email }}
+ {{ order.customer.phone }}
+ |
+
+ {{ formatPrice(order.totalAmount) }}
+ |
+
+
+ {{ order.status }}
+
+ |
+
+ {{ order.paymentMethod }}
+ {{ order.paymentStatus }}
+ |
+
+ {{ formatDate(order.createdAt) }}
+ |
+
+
+
+
+
+
+ |
+
+