[update 88380] 翻译英文

This commit is contained in:
danshihao
2024-08-09 15:51:06 +08:00
parent 34c2b419a2
commit 446a919e32
7 changed files with 42 additions and 35 deletions
@@ -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' }
},
{ // 消耗时间