-
- 商品ID:{{item.id}}
- 商品名称:{{item.name}}
-
-
-
-
-
-
-
-
-
-
- {{scope.row.attributeList}}:{{scope.row.attributeValue}}
-
-
-
-
-
-
- *是否预售
-
-
-
-
-
-
-
- *定金
-
-
-
-
-
-
-
- {{
- scope.row.presalePrice
- }}
-
-
-
-
- *预售库存
-
-
-
-
-
-
+
+
+ 商品ID:{{ item.productId }}
+ 商品名称:{{ item.name }}
-
+
+
+
+
+
+
+
+
+
+ {{ scope.row.attributeValue }}
+
+
+
+
+ {{
+ scope.row.attributeList
+ ? scope.row.attributeList[0].attributeName
+ : "无"
+ }}
+
+
+
+
+
+ *预售价
+
+
+
+
+
+
+
+ *定金
+
+
+
+
+
+
+
+ {{
+ scope.row.presalePrice
+ ? scope.row.presalePrice - scope.row.earnestMoney
+ : ""
+ }}
+
+
+
+
+ *预售库存
+
+
+
+
+
+
+
+