fix(项目管理): 导入用户提示语

This commit is contained in:
song-cc-rock 2024-11-05 11:47:40 +08:00 committed by Craftsman
parent 647606688a
commit f526aca16d
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ export default {
return false;
}
if (file.size / 1024 / 1024 > this.uploadSize) {
this.$warning(this.$t('system_user.upload_limit_size_warn'));
this.$warning(this.$t('system_user.upload_limit_size_warn', {size: this.uploadSize}));
return false;
}
this.isLoading = true;