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