|
|
@@ -9,7 +9,7 @@
|
|
|
<thead>
|
|
|
<tr style="height: 40px;">
|
|
|
<th width="180">品牌/物料名称/型号/规格</th>
|
|
|
- <th width="100">包装/生产日期</th>
|
|
|
+ <th width="100">包装</th>
|
|
|
<th width="120">卖家名称</th>
|
|
|
<th width="110">库存</th>
|
|
|
<th width="210">价格梯度(PCS)</th>
|
|
|
@@ -40,10 +40,10 @@
|
|
|
</td>
|
|
|
<td>
|
|
|
<div class="package" v-if="compGoods.packaging">{{compGoods.packaging}}</div>
|
|
|
- <div class="package" v-if="!compGoods.packaging && compGoods.produceDate">—</div>
|
|
|
- <div v-if="!compGoods.produceDate && !compGoods.packaging">—</div>
|
|
|
- <div class="date" v-if="compGoods.produceDate">{{compGoods.produceDate}}</div>
|
|
|
- <div class="date" v-if="!compGoods.produceDate && compGoods.packaging">—</div>
|
|
|
+ <div class="package" v-else>—</div>
|
|
|
+ <!--<div v-if="!compGoods.produceDate && !compGoods.packaging">—</div>-->
|
|
|
+ <!--<div class="date" v-if="compGoods.produceDate">{{compGoods.produceDate}}</div>-->
|
|
|
+ <!--<div class="date" v-if="!compGoods.produceDate && compGoods.packaging">—</div>-->
|
|
|
</td>
|
|
|
<td class="merchantName">
|
|
|
<div v-if="!compGoods.storeName" style="margin-top: 20px;">—</div>
|