mirror of
https://github.com/201206030/novel-front-web.git
synced 2025-04-27 07:50:50 +00:00
feat: 设置 Elasticsearch 搜索关键词高亮显示
This commit is contained in:
parent
6bbcecbfb8
commit
bb783d45da
@ -197,9 +197,7 @@
|
|||||||
>
|
>
|
||||||
</td>
|
</td>
|
||||||
<td class="name">
|
<td class="name">
|
||||||
<a href="javascript:void(0)" @click="bookDetail(item.id)">{{
|
<a href="javascript:void(0)" @click="bookDetail(item.id)" v-html="item.bookName"></a>
|
||||||
item.bookName
|
|
||||||
}}</a>
|
|
||||||
</td>
|
</td>
|
||||||
<td class="chapter">
|
<td class="chapter">
|
||||||
<a href="javascript:void(0)" @click="bookDetail(item.id)">{{
|
<a href="javascript:void(0)" @click="bookDetail(item.id)">{{
|
||||||
@ -207,7 +205,7 @@
|
|||||||
}}</a>
|
}}</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="author">
|
<td class="author">
|
||||||
<a href="javascript:void(0)">{{ item.authorName }}</a>
|
<a href="javascript:void(0)" v-html="item.authorName"></a>
|
||||||
</td>
|
</td>
|
||||||
<td class="word">{{ wordCountFormat(item.wordCount) }}</td>
|
<td class="word">{{ wordCountFormat(item.wordCount) }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user