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