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