mirror of
https://gitee.com/novel_dev_team/novel-front-web
synced 2026-07-20 17:54:10 +08:00
feat: 设置 Elasticsearch 搜索关键词高亮显示
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user