Browse Source

去除商品详情多余显示内容

master
dy-hu 1 year ago
parent
commit
07d09ad235
  1. 6
      src/views/renovation/commoditySystem/addCommodity.vue

6
src/views/renovation/commoditySystem/addCommodity.vue

@ -1,9 +1,9 @@
<template>
<el-dialog :close-on-click-modal="false" title="详情" width="74%" :visible.sync="visible">
<div>
<el-card class="box-card">
<span class="addTitle">商品详情</span>
<el-button type="success" class="btnList" @click="back">关闭</el-button>
<el-card class="box-card" v-if="productItem.shelveState === 2">
<!-- <span class="addTitle">商品详情</span>
<el-button type="success" class="btnList" @click="back">关闭</el-button>-->
<el-button v-if="productItem.shelveState === 2" type="primary" class="btnList" @click="examineShow(productData)">审核</el-button>
</el-card>
<el-card class="box-card">

Loading…
Cancel
Save