修改中英文切换
This commit is contained in:
@@ -567,5 +567,5 @@ module.exports = {
|
||||
labelAreaDeleted:'If it is deleted, all label items under the display area will be deleted',
|
||||
searchInResults:'Search in results',
|
||||
searchContent:'Search content',
|
||||
seeFile:'see file',
|
||||
viewFile:'view file',
|
||||
}
|
||||
@@ -572,5 +572,5 @@ module.exports = {
|
||||
StandardBreakdown:'标准分解单',
|
||||
searchInResults:'结果中检索',
|
||||
searchContent:'搜索内容',
|
||||
seeFile:'查看文件',
|
||||
viewFile:'查看文件',
|
||||
}
|
||||
@@ -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