|
|
@@ -20,7 +20,7 @@
|
|
|
<li class="text-ellipse" v-for="brand in similarList.pBrandEn.slice(0, 4)" @click="onSearch(brand.nameCn, 'pBrandEn', $event)">{{brand.nameCn}}</li>
|
|
|
</template>
|
|
|
<template v-if="similarList.kind && similarList.kind.length && searchType === 'kind'">
|
|
|
- <li class="title text-ellipse">类目</li>
|
|
|
+ <li class="title text-ellipse">物料名称(类目)</li>
|
|
|
<li class="text-ellipse" v-for="kind in similarList.kind.slice(0, 4)" @click="onSearch(kind.kind, 'kind', $event)">{{kind.kind}}</li>
|
|
|
</template>
|
|
|
</ul>
|
|
|
@@ -34,7 +34,7 @@
|
|
|
<li class="text-ellipse" v-for="brand in similarList.brand.slice(0, 4)" @click="onSearch(brand.nameCn, 'brand', $event)">{{brand.nameCn}}</li>
|
|
|
</template>
|
|
|
<template v-if="similarList.kind && similarList.kind.length">
|
|
|
- <li class="title text-ellipse">类目</li>
|
|
|
+ <li class="title text-ellipse">物料名称(类目)</li>
|
|
|
<li class="text-ellipse" v-for="kind in similarList.kind.slice(0, 4)" @click="onSearch(kind.nameCn, 'kind', $event)">{{kind.nameCn}}</li>
|
|
|
</template>
|
|
|
</ul>
|
|
|
@@ -80,7 +80,7 @@
|
|
|
case 'brand':
|
|
|
return '搜品牌'
|
|
|
case 'kind':
|
|
|
- return '搜类目'
|
|
|
+ return '搜物料名称'
|
|
|
case 'name':
|
|
|
return '供应商'
|
|
|
default:
|