|
@@ -40,9 +40,9 @@
|
|
|
<table class="table">
|
|
|
<thead>
|
|
|
<tr class="height54">
|
|
|
- <th class="text-center" width="100">型号</th>
|
|
|
- <th class="text-center" width="80">包装方式</th>
|
|
|
- <th class="text-center" width="110">生产日期</th>
|
|
|
+ <th class="text-center" width="160">型号</th>
|
|
|
+ <th class="text-center" width="130">包装方式</th>
|
|
|
+ <!--<th class="text-center" width="110">生产日期</th>-->
|
|
|
<th class="text-center" width="170">库存</th>
|
|
|
<th class="text-center" width="80">梯度/pcs</th>
|
|
|
<th class="text-center" width="100">香港交货<span style="font-size: 12px;">($)</span></th>
|
|
@@ -62,10 +62,10 @@
|
|
|
<a v-if="list.packaging">{{list.packaging}}</a>
|
|
|
<a v-if="!list.packaging">—</a>
|
|
|
</td>
|
|
|
- <td>
|
|
|
- <a v-if="list.produceDate">{{list.produceDate}}</a>
|
|
|
- <a v-if="!list.produceDate">—</a>
|
|
|
- </td>
|
|
|
+ <!--<td>-->
|
|
|
+ <!--<a v-if="list.produceDate">{{list.produceDate}}</a>-->
|
|
|
+ <!--<a v-if="!list.produceDate">—</a>-->
|
|
|
+ <!--</td>-->
|
|
|
<td style="text-align: left;padding-left: 25px;">
|
|
|
<a>
|
|
|
<div v-if="list.reserve">
|