修改搜索中心中英文切换

This commit is contained in:
qq787203167
2022-03-31 11:50:18 +08:00
parent fbd7b7109a
commit 3f050d33ec
4 changed files with 12 additions and 6 deletions
@@ -111,7 +111,7 @@
</span>
<span slot="file_name" slot-scope="text,record">
<a style="color:#21c9cc" @click="fileNameClick(record)">
{{record.file_name && record.file_name.length > 0 ? '查看文件' : '--'}}
{{record.file_name && record.file_name.length > 0 ? $t('seeFile') : '--'}}
</a>
</span>
file_name
@@ -208,7 +208,7 @@
ref="libraryPushRef"
/>
<a-modal
title="查看文件"
:title="$t('seeFile')"
:width="500"
:visible="visible"
@ok="visible=false"