From 3402a1815a8ff4f4545ea83f139cbea67382ec93 Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Wed, 15 Dec 2021 18:16:46 +0800 Subject: [PATCH] =?UTF-8?q?orc=E8=AF=86=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domesticStandardsAndRegulations/index.vue | 2 +- .../components/EnterpriseStandardDatabase.vue | 2 +- .../foreignStandardsAndRegulations/index.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index 1cf1bbf63..30f65e677 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -2747,7 +2747,7 @@ export default { this.OCRModel = false this.OCRSubmitLoading = false if (res.ok) { - this.$message.success('OCR实别成功') + this.$message.success('OCR识别成功') } else { } }, diff --git a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue index 817edbb80..a885ec70f 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue @@ -3685,7 +3685,7 @@ export default { this.OCRType = type if (type === '0') { text = 'OCR识别' - this.OCRTitle = '选择OCR实别文件' + this.OCRTitle = '选择OCR识别文件' } else if(type === '1') { text = '拆分' this.OCRTitle = '选择拆分文件' diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue index 9c682af2d..63d8bba22 100644 --- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue @@ -4237,7 +4237,7 @@ export default { this.OCRType = type if (type === '0') { text = 'OCR识别' - this.OCRTitle = '选择OCR实别文件' + this.OCRTitle = '选择OCR识别文件' } else if(type === '1') { text = '拆分' this.OCRTitle = '选择拆分文件'