diff --git a/src/crud/prod/prodList.js b/src/crud/prod/prodList.js
index 3b84a39..4abca5d 100644
--- a/src/crud/prod/prodList.js
+++ b/src/crud/prod/prodList.js
@@ -38,7 +38,11 @@ export const tableOption = {
type: 'upload',
width: 150,
listType: 'picture-img'
-
+ }, {
+ label: '所属店铺',
+ prop: 'shopName',
+ width: 150,
+ search: true
}, {
width: 150,
label: '状态',
diff --git a/src/views/modules/prod/prodInfo/index.vue b/src/views/modules/prod/prodInfo/index.vue
index f60a30b..cd0fec3 100644
--- a/src/views/modules/prod/prodInfo/index.vue
+++ b/src/views/modules/prod/prodInfo/index.vue
@@ -6,7 +6,7 @@
label-width="100px"
>
-
+
@@ -18,6 +18,60 @@
+
+ 商品分区
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+