From f89b9432f930a0046b86496377db0baa6efb547e Mon Sep 17 00:00:00 2001 From: danshihao Date: Wed, 14 Aug 2024 17:10:00 +0800 Subject: [PATCH] =?UTF-8?q?[update=20OCR]=20=E5=88=97=E8=A1=A8=E7=BF=BB?= =?UTF-8?q?=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../documentTool/ocrTextRecognition/OcrTextRecognition.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/documentTool/ocrTextRecognition/OcrTextRecognition.vue b/src/views/documentTool/ocrTextRecognition/OcrTextRecognition.vue index d6c5967..e9c2601 100644 --- a/src/views/documentTool/ocrTextRecognition/OcrTextRecognition.vue +++ b/src/views/documentTool/ocrTextRecognition/OcrTextRecognition.vue @@ -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' } }, { // 消耗时间