修改中英文切换

This commit is contained in:
qq787203167
2022-03-31 13:39:16 +08:00
parent 5151f0d336
commit 3846565972
3 changed files with 4 additions and 5 deletions
@@ -111,10 +111,9 @@
</span>
<span slot="file_name" slot-scope="text,record">
<a style="color:#21c9cc" @click="fileNameClick(record)">
{{record.file_name && record.file_name.length > 0 ? $t('seeFile') : '--'}}
{{record.file_name && record.file_name.length > 0 ? $t('viewFile') : '--'}}
</a>
</span>
file_name
<!-- 字符串超长截取省略号显示-->
<!-- <span slot="templateContent" slot-scope="text">-->
<!-- <j-ellipsis :value="text" :length="25"/>-->
@@ -208,7 +207,7 @@
ref="libraryPushRef"
/>
<a-modal
:title="$t('seeFile')"
:title="$t('viewFile')"
:width="500"
:visible="visible"
@ok="visible=false"