[update 88380] 翻译英文
This commit is contained in:
@@ -136,7 +136,8 @@ export default {
|
||||
{
|
||||
title: this.$t('docTool.comparison.oldTextState'),
|
||||
width: 150,
|
||||
dataIndex: 'fileTypeLeft_dictText'
|
||||
dataIndex: 'fileTypeLeft_dictText',
|
||||
scopedSlots: { customRender: 'dictText' }
|
||||
},
|
||||
// 新文档文本号
|
||||
{
|
||||
@@ -156,13 +157,15 @@ export default {
|
||||
{
|
||||
title: this.$t('docTool.comparison.newTextState'),
|
||||
width: 150,
|
||||
dataIndex: 'fileTypeRight_dictText'
|
||||
dataIndex: 'fileTypeRight_dictText',
|
||||
scopedSlots: { customRender: 'dictText' }
|
||||
},
|
||||
// 发布情况
|
||||
{
|
||||
title: this.$t('docTool.comparison.releaseSituation'),
|
||||
width: 150,
|
||||
dataIndex: 'releaseState_dictText'
|
||||
dataIndex: 'releaseState_dictText',
|
||||
scopedSlots: { customRender: 'dictText' }
|
||||
},
|
||||
// 创建人
|
||||
{
|
||||
|
||||
@@ -183,7 +183,8 @@ export default {
|
||||
{
|
||||
dataIndex: 'fileType_dictText',
|
||||
title: this.$t('docTool.split.fileStatus'),
|
||||
width: 150
|
||||
width: 150,
|
||||
scopedSlots: { customRender: 'dictText' }
|
||||
},
|
||||
// 文件名称
|
||||
{
|
||||
@@ -195,7 +196,8 @@ export default {
|
||||
{
|
||||
dataIndex: 'splitStatus_dictText',
|
||||
title: this.$t('docTool.split.splitState'),
|
||||
width: 150
|
||||
width: 150,
|
||||
scopedSlots: { customRender: 'dictText' }
|
||||
},
|
||||
// 编辑人
|
||||
{
|
||||
|
||||
@@ -132,14 +132,14 @@ export default {
|
||||
title: this.$t('docTool.ocrTextRecognition.textStatus'),
|
||||
align: 'center',
|
||||
width: 180,
|
||||
dataIndex: 'fileTypeDictText',
|
||||
dataIndex: this.isChinese() ? 'fileTypeDictText' : 'fileTypeDictTextEn',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
{ // 转换结果
|
||||
title: this.$t('docTool.ocrTextRecognition.conversionResults'),
|
||||
align: 'center',
|
||||
width: 180,
|
||||
dataIndex: 'resultContentDictText',
|
||||
dataIndex: this.isChinese() ? 'resultContentDictText' : 'resultContentDictTextEn',
|
||||
scopedSlots: { customRender: 'tag' }
|
||||
},
|
||||
{ // 消耗时间
|
||||
|
||||
Reference in New Issue
Block a user