From e523614459352dfe7d8d54ed558382bbc4c73267 Mon Sep 17 00:00:00 2001 From: caoyang Date: Tue, 17 May 2022 17:04:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA=E8=AF=AD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/OcrUpload/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jero-web/src/components/OcrUpload/index.vue b/jero-web/src/components/OcrUpload/index.vue index fe52ea3d4..67ba5063f 100644 --- a/jero-web/src/components/OcrUpload/index.vue +++ b/jero-web/src/components/OcrUpload/index.vue @@ -137,7 +137,7 @@ if(this.myfileList.length > 0){ this.$emit('uploadSuccess', this.fileList) this.$message.destroy() - this.$message.success(`${info.file.name}`+this.$t('fileUploadFailed')); + this.$message.success(`${info.file.name}`+this.$t('uploadSuccessful')); } } else if (status === 'uploading') { this.myfileList = info.fileList;