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 = '选择拆分文件'