From e1466bb804d07246357002f736f03e65c82455ef Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期三, 30 八月 2023 16:38:53 +0800
Subject: [PATCH] 列表 添加的组件增加 删除按钮和逻辑

---
 src/views/productManage/product/DetailProduct.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/productManage/product/DetailProduct.vue b/src/views/productManage/product/DetailProduct.vue
index 6b80b40..4ea52e0 100644
--- a/src/views/productManage/product/DetailProduct.vue
+++ b/src/views/productManage/product/DetailProduct.vue
@@ -35,13 +35,13 @@
                   </div>
                 </li>
               </ul>
-              <div class="business_scope">
+              <!-- <div class="business_scope">
                 <div class="content-title">{{ "鍥剧墖锛�" }}</div>
                 <div class="bigImg-div">
                   <i class="el-icon-picture-outline icon" v-if="!valueUrl"></i>
                   <img class="bigImg" :src="valueUrl" v-if="valueUrl" />
                 </div>
-              </div>
+              </div> -->
               <div class="business_scope">
                 <div class="content-title">{{ "澶囨敞淇℃伅锛�" }}</div>
                 <div class="content-data">{{ remark ? remark : "--" }}</div>

--
Gitblit v1.8.0