|
|
@@ -14,7 +14,7 @@
|
|
|
<li class="text-ellipse" v-for="store in similarList.store.slice(0, 4)" @click="onSearch(store.name, 'store', $event)">{{store.name}}</li>
|
|
|
</template>
|
|
|
<template v-if="type=== 'purchase' && user.logged">
|
|
|
- <li class="title text-ellipse" v-text="'公司'">公司</li>
|
|
|
+ <li class="title text-ellipse" v-text="'公司名'">公司</li>
|
|
|
<li class="text-ellipse" v-for="store in similarList.store.slice(0, 4)" @click="onSearch(store.name, 'store', $event)">{{store.name}}</li>
|
|
|
</template>
|
|
|
</template>
|