|
|
@@ -29,7 +29,7 @@
|
|
|
</label>
|
|
|
</td>-->
|
|
|
<td>
|
|
|
- <div v-if="item.code && (!item.codeWord || item.codeWord.length == 0)">{{item.code}}</div>
|
|
|
+ <div v-if="item.code && (!item.codeWord || item.codeWord.length == 0)" :title="item.code">{{item.code}}</div>
|
|
|
<span class="red-text" v-if="!item.code">请完善信息</span>
|
|
|
<div class="similar-select" v-if="item.codeWord && item.codeWord.length > 0" @click="setShowCodeWord(index, $event)">{{item.code}}</div>
|
|
|
<ul v-show="item.showCodeWord">
|
|
|
@@ -37,7 +37,7 @@
|
|
|
</ul>
|
|
|
</td>
|
|
|
<td>
|
|
|
- <div v-if="item.brand && (!item.brandWord || item.brandWord.length == 0)">{{item.brand}}</div>
|
|
|
+ <div v-if="item.brand && (!item.brandWord || item.brandWord.length == 0)" :title="item.brand">{{item.brand}}</div>
|
|
|
<span class="red-text" v-if="!item.brand">请完善信息</span>
|
|
|
<div class="similar-select" v-if="item.brandWord && item.brandWord.length > 0" @click="setShowBrandWord(index, $event)">{{item.brand}}</div>
|
|
|
<ul v-show="item.showBrandWord" class="brand-word-list">
|
|
|
@@ -45,7 +45,7 @@
|
|
|
</ul>
|
|
|
</td>
|
|
|
<td>
|
|
|
- <div>{{item.amount || '-'}}</div>
|
|
|
+ <div :title="item.amount">{{item.amount || '-'}}</div>
|
|
|
</td>
|
|
|
<td class="blue-text">
|
|
|
<div>
|
|
|
@@ -54,12 +54,12 @@
|
|
|
</div>
|
|
|
</td>
|
|
|
<td>
|
|
|
- <div>
|
|
|
+ <div :title="item.encapsulation">
|
|
|
{{item.encapsulation || '-'}}
|
|
|
</div>
|
|
|
</td>
|
|
|
<td>
|
|
|
- <div>
|
|
|
+ <div :title="item.produceDate">
|
|
|
{{item.produceDate || '-'}}
|
|
|
</div>
|
|
|
</td>
|