From 69f7c928e9cbb79d869c56b24c01a288eec963d6 Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Mon, 29 Nov 2021 15:31:23 +0800 Subject: [PATCH] =?UTF-8?q?ocr=E8=AF=86=E5=88=AB=E5=BC=B9=E6=A1=86?= =?UTF-8?q?=E6=96=87=E5=AD=97=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domesticStandardsAndRegulations/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index fe57634ba..3466fe04a 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -2719,7 +2719,7 @@ export default { this.OCRType = type if (type === '0') { text = 'OCR识别' - this.OCRTitle = '选择OCR实别文件' + this.OCRTitle = '选择OCR识别文件' } else if (type === '1') { text = '拆分' this.OCRTitle = '选择拆分文件'