feat: 为搜索条目添加细分类型

- 类型细分:有原先的四大分类添加细分类型,例如产品(原纸分切机)
- 接口调整:原先的type分类改为sectionType并将type作为细分类型使用
This commit is contained in:
2025-12-05 16:49:09 +08:00
parent 36d24a4740
commit f1398a5545
7 changed files with 48 additions and 25 deletions

View File

@ -6,9 +6,12 @@
<p v-if="item.summary" class="result-summary">
{{ item.summary }}
</p>
<p v-if="item.type" class="result-type">
<p v-if="item.sectionType" class="result-type">
<span>{{ $t('search.section') }}: </span>
<span class="result-type-name">{{ typeLabel }}</span>
<span v-if="item.type" class="result-type-name"
>({{ item.type }})</span
>
</p>
</el-col>
<el-col :span="12" class="image-col">