[update OCR] 列表翻译

This commit is contained in:
danshihao
2024-08-14 17:10:00 +08:00
parent dc9d9d11f2
commit f89b9432f9
@@ -132,14 +132,14 @@ export default {
title: this.$t('docTool.ocrTextRecognition.textStatus'),
align: 'center',
width: 180,
dataIndex: this.isChinese() ? 'fileTypeDictText' : 'fileTypeDictTextEn',
scopedSlots: { customRender: 'text' }
dataIndex: 'fileType_dictText',
scopedSlots: { customRender: 'dictText' }
},
{ // 转换结果
title: this.$t('docTool.ocrTextRecognition.conversionResults'),
align: 'center',
width: 180,
dataIndex: this.isChinese() ? 'resultContentDictText' : 'resultContentDictTextEn',
dataIndex: this.isChinese() ? 'resultContent_dictText' : 'resultContent_dictTextEn',
scopedSlots: { customRender: 'tag' }
},
{ // 消耗时间