-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ ¥{{ scope.row.originPrice || "0.00" }}
-
-
-
-
+
- {{
- scope.row.preSaleStage === 1
- ? '已付定金'
- : scope.row.preSaleStage === 2
- ? '已付尾款'
- : '待付定金'
- }}
+ ¥{{ scope.row.finalPrice || "0.00" }}
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
- 查看
+
+ {{ getStatusText(scope.row.orderStatus) }}
+
+
+
+
+
+ ¥{{ scope.row.totalPayMoney || "0.00" }}
+
+
+
+
+ ¥{{ scope.row.productMoney || "0.00" }}
+
+
+
+
+ ¥{{ scope.row.deliveryMoney || "0.00" }}
+
+
+
+
+ ¥{{ scope.row.couponMoney || "0.00" }}
+
+
+
+
+
+ ¥{{ scope.row.predictIncome || "0.00" }}
+
+
+
+
+
+ 查看总订单
@@ -137,69 +211,71 @@