修改搜索中心中英文切换
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user