[update OCR] 列表翻译
This commit is contained in:
@@ -132,14 +132,14 @@ export default {
|
|||||||
title: this.$t('docTool.ocrTextRecognition.textStatus'),
|
title: this.$t('docTool.ocrTextRecognition.textStatus'),
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 180,
|
width: 180,
|
||||||
dataIndex: this.isChinese() ? 'fileTypeDictText' : 'fileTypeDictTextEn',
|
dataIndex: 'fileType_dictText',
|
||||||
scopedSlots: { customRender: 'text' }
|
scopedSlots: { customRender: 'dictText' }
|
||||||
},
|
},
|
||||||
{ // 转换结果
|
{ // 转换结果
|
||||||
title: this.$t('docTool.ocrTextRecognition.conversionResults'),
|
title: this.$t('docTool.ocrTextRecognition.conversionResults'),
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 180,
|
width: 180,
|
||||||
dataIndex: this.isChinese() ? 'resultContentDictText' : 'resultContentDictTextEn',
|
dataIndex: this.isChinese() ? 'resultContent_dictText' : 'resultContent_dictTextEn',
|
||||||
scopedSlots: { customRender: 'tag' }
|
scopedSlots: { customRender: 'tag' }
|
||||||
},
|
},
|
||||||
{ // 消耗时间
|
{ // 消耗时间
|
||||||
|
|||||||
Reference in New Issue
Block a user