NEZ-1735 fix: 部分内容未进行国际化显示

This commit is contained in:
zhangyu
2022-03-25 14:12:03 +08:00
parent fda7713cda
commit 5b276cf845
8 changed files with 33 additions and 33 deletions

View File

@@ -93,7 +93,7 @@
{{$t('globalSearch.toEsc')}}
</div>
<div class="global-search-footer-right">
<div class="scope-box" v-for="item in scope" :class="item.isSelect ? 'is-select' : ''" :key="item.type" @click="scopeChange(item)" :title="item.type">
<div class="scope-box" v-for="item in scope" :class="item.isSelect ? 'is-select' : ''" :key="item.type" @click="scopeChange(item)" :title="item.title">
<i class="nz-icon" :class="selectIcon(item)" />
{{stat[item.type] || 0}}
</div>