yangfeng
2023-09-15 12e5839f8b2b958cbd3e0047ee5f9873ff65495d
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
        },
        {