|
|
@ -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"> |
|
|
|