选择按钮回显名称,message提示统一warning

This commit is contained in:
zhangyc
2022-12-06 07:58:01 +08:00
parent 730f29c1ba
commit 63ba48e539
15 changed files with 109 additions and 197 deletions

View File

@@ -488,7 +488,7 @@ export default {
const beforeUpload1 = () => {
return new Promise((resovle, reject) => {
if (uplodaFileCount) {
message.info("上传文件数量已达最大数量");
message.warning("上传文件数量已达最大数量");
return reject(false);
}
return resovle(true);