修改中英文

This commit is contained in:
qq787203167
2022-03-07 10:19:33 +08:00
parent 3b2181b501
commit 6f9f703890
6 changed files with 57 additions and 34 deletions
+1 -1
View File
@@ -136,7 +136,7 @@
<a-button class="box-button" type="primary" @click="searchQuery">{{$t('query')}}</a-button>
<a-button class="box-button" style="margin-left: 8px" @click="searchReset">{{$t('reset')}}</a-button>
<a @click="handleToggleSearch" style="margin-left: 8px" v-if="searchList.length > 3">
{{ toggleSearchStatus ? '收起' : '展开' }}
{{ toggleSearchStatus ? $t('open') : $t('away') }}
<a-icon :type="toggleSearchStatus ? 'up' : 'down'"/>
</a>
</a-col>