+
+
+ handleShopExpandChange(props.row, expanded)
+ "
+ :show-header="true"
+ >
+
+
+
+
+
+ {{
+ productScope.row.productName || "-"
+ }}
+
+
+ {{
+ productScope.row.productCount || "-"
+ }}
+
+
+
+ ¥
+ {{
+ (productScope.row.originPrice / 100).toFixed(2) ||
+ "0.00"
+ }}
+
+
+
+
+ ¥
+ {{
+ (productScope.row.finalPrice / 100).toFixed(2) ||
+ "0.00"
+ }}
+
+
+
+
+ ¥
+ {{
+ (productScope.row.productOrderMoney / 100).toFixed(
+ 2
+ ) || "0.00"
+ }}
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ {{ shopScope.$index + 1 }}
+
+
+
+ {{
+ shopScope.row.shopOrderNo || "-"
+ }}
+
+
+
+ {{ shopScope.row.shopName || "-" }}
+
+
+
+
+
+ {{ getShopStatusText(shopScope.row.status) || "-" }}
+
+
+
+
+
+
+