bug 67631
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
const isLt2KB = file.size / 1024 /1024 < this.size
|
||||
let name = file.name
|
||||
if (!isLt2KB) {
|
||||
this.$message.error(name + this.$t('uploadedfilelarger'))
|
||||
this.$message.error(name + this.$t('uploadedfilelarger') + this.size + 'M')
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user