From 998e2e17328d704cf642409f71508b4681ddd464 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期一, 18 九月 2023 09:56:27 +0800
Subject: [PATCH] 仓库编辑弹框
---
src/views/productManage/product/index.vue | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diff --git a/src/views/productManage/product/index.vue b/src/views/productManage/product/index.vue
index 113929a..08c4dcc 100644
--- a/src/views/productManage/product/index.vue
+++ b/src/views/productManage/product/index.vue
@@ -29,7 +29,7 @@
</div>
<!-- 鍥捐〃褰㈠紡 -->
<div v-if="isIconIndex === '1'" class="product-view">
- <div class="product-box" v-for="item in tableList.tableInfomation" :key="item.id">
+ <div class="product-box" v-for="item in tableList.tableInfomation" :key="item.id" @click="tableRowClick(item)">
<div class="left">
<el-image style="width: 60px; height: 80px" :src="url"></el-image>
</div>
@@ -153,12 +153,6 @@
label: "鏉$爜",
prop: "shopName",
isShowColumn: showcol.includes("鏉$爜"),
- default: false
- },
- {
- label: "鍏徃",
- prop: "shopName",
- isShowColumn: showcol.includes("鍏徃"),
default: false
},
{
--
Gitblit v1.8.0