v3.30.0 【增加】字典项增加回显样式;【优化】文件S3协议对最新minio的支持;【优化】代码生成;【优化】前端vite编译配置

This commit is contained in:
zhuoda
2026-03-02 11:50:53 +08:00
parent cb0852406a
commit 442cf7adb3
4 changed files with 36 additions and 12 deletions

View File

@@ -37,8 +37,8 @@ export const DICT_DATA_STYLE_ENUM = {
desc: '信息',
color: 'colorInfo',
},
WARN: {
value: 'warn',
WARNING: {
value: 'warning',
desc: '警告',
color: 'colorWarning',
},