|
@@ -29,7 +29,7 @@
|
|
|
<TextTooltip :content="item.acceptType"></TextTooltip>
|
|
|
<!-- <TextTooltip :content="item.hotspotName"></TextTooltip>-->
|
|
|
<el-tooltip placement="top">
|
|
|
- <template #content> {{ item.title }}</template>
|
|
|
+ <template #content> {{ item.hotspotName }}</template>
|
|
|
<span>{{ item.hotspotName }}</span>
|
|
|
</el-tooltip>
|
|
|
<TextTooltip :content="item.county"></TextTooltip>
|