From 9f45e0b100903edbe41a23d3e55f48a804991aa4 Mon Sep 17 00:00:00 2001
From: RIceWqy <1840169763@qq.com>
Date: Sun, 14 Jan 2024 13:21:43 +0800
Subject: [PATCH] 1
---
src/crud/prod/prodList.js | 6 +-
src/views/modules/prod/prodInfo/index.vue | 97 ++++++++++++++++++++++-
src/views/modules/prod/prodList/index.vue | 18 +----
3 files changed, 100 insertions(+), 21 deletions(-)
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 @@
+
+ 商品分区
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+