提示语修改
This commit is contained in:
@@ -137,7 +137,7 @@
|
|||||||
if(this.myfileList.length > 0){
|
if(this.myfileList.length > 0){
|
||||||
this.$emit('uploadSuccess', this.fileList)
|
this.$emit('uploadSuccess', this.fileList)
|
||||||
this.$message.destroy()
|
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') {
|
} else if (status === 'uploading') {
|
||||||
this.myfileList = info.fileList;
|
this.myfileList = info.fileList;
|
||||||
|
|||||||
Reference in New Issue
Block a user