diff --git a/src/views/modules/presale/products/index.vue b/src/views/modules/presale/products/index.vue
index c15ac25..2f6a350 100644
--- a/src/views/modules/presale/products/index.vue
+++ b/src/views/modules/presale/products/index.vue
@@ -99,6 +99,8 @@
diff --git a/src/views/modules/presale/products/popup/add-or-update.vue b/src/views/modules/presale/products/popup/add-or-update.vue
index e758af8..580e99b 100644
--- a/src/views/modules/presale/products/popup/add-or-update.vue
+++ b/src/views/modules/presale/products/popup/add-or-update.vue
@@ -68,87 +68,109 @@
已选择商品
-
-
- 商品ID:
- 商品名称:
-
-
-
-
-
-
-
-
-
-
-
-
-
- *是否预售
-
-
-
-
-
-
-
- *定金
-
-
-
-
-
-
-
- {{
- scope.row.presalePrice
- }}
-
-
-
-
- *预售库存
-
-
-
-
-
-
-
+
+ 商品ID:{{item.id}}
+ 商品名称:{{item.name}}
+
+
+
+
+
+
+
+
+
+
+ {{scope.row.attributeList}}:{{scope.row.attributeValue}}
+
+
+
+
+
+
+ *是否预售
+
+
+
+
+
+
+
+ *定金
+
+
+
+
+
+
+
+ {{
+ scope.row.presalePrice
+ }}
+
+
+
+
+ *预售库存
+
+
+
+
+
+
+
+
+
+