From 7eda2bda46443307d9a9af0a003121d19a6e4f41 Mon Sep 17 00:00:00 2001 From: danshihao Date: Fri, 19 Jul 2024 11:10:44 +0800 Subject: [PATCH] =?UTF-8?q?[update=20OCR=E8=AF=86=E5=88=AB]=20=E5=AE=8C?= =?UTF-8?q?=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/lang/en-us.js | 3 +- .../ocrTextRecognition/OcrTextRecognition.vue | 12 +++--- .../modules/OcrTextRecognitionModal.vue | 42 +++++++------------ .../detail/ForeignStandardDetailPage.vue | 3 +- 4 files changed, 26 insertions(+), 34 deletions(-) diff --git a/src/common/lang/en-us.js b/src/common/lang/en-us.js index 04ee5fb..9790b67 100644 --- a/src/common/lang/en-us.js +++ b/src/common/lang/en-us.js @@ -568,7 +568,8 @@ module.exports = { conversionStatus: 'Transition state', timeConsuming: 'Time consumption (seconds)', file: 'File', - uploadPdf: 'Upload PDF' + uploadPdf: 'Upload PDF', + manuallySearch: 'Manually search' } }, // 业务支持 diff --git a/src/views/documentTool/ocrTextRecognition/OcrTextRecognition.vue b/src/views/documentTool/ocrTextRecognition/OcrTextRecognition.vue index 3f52595..b2da5f2 100644 --- a/src/views/documentTool/ocrTextRecognition/OcrTextRecognition.vue +++ b/src/views/documentTool/ocrTextRecognition/OcrTextRecognition.vue @@ -7,7 +7,7 @@ + v-model="queryParam.standardNumberAndName"> @@ -15,7 +15,7 @@ - - - - - - {{ item.text || item.label }} - + @@ -67,7 +58,7 @@