|
|
@@ -33,7 +33,7 @@
|
|
|
<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">
|
|
|
- <li v-for="code in item.codeWord" @click="modifyItemByWord(index, code.code, 'code')">{{code.code}}</li>
|
|
|
+ <li v-for="code in item.codeWord" @click="modifyItemByWord(index, code.code, 'code')" :title="code.code">{{code.code}}</li>
|
|
|
</ul>
|
|
|
</td>
|
|
|
<td>
|
|
|
@@ -41,7 +41,7 @@
|
|
|
<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">
|
|
|
- <li v-for="brand in item.brandWord" @click="modifyItemByWord(index, brand.nameEn, 'brand')">{{brand.nameEn}}</li>
|
|
|
+ <li v-for="brand in item.brandWord" @click="modifyItemByWord(index, brand.nameEn, 'brand')" :title="brand.nameEn">{{brand.nameEn}}</li>
|
|
|
</ul>
|
|
|
</td>
|
|
|
<td>
|