v3.9.0 里程碑版本发布

This commit is contained in:
JEECG
2025-11-26 11:25:35 +08:00
parent 1f73837b7d
commit 9919ae2bc5
380 changed files with 11450 additions and 4555 deletions

View File

@ -51,7 +51,6 @@
columns[0].customRender = function ({ text, record }) {
// date-begin--author:liaozhiyang---date:20250716---for【issues/8317】默认首页菜单名称适配国际化报错
let displayText = text;
// update-begin--author:liaozhiyang---date:20240306---for【QQYUN-8379】菜单管理页菜单国际化
// 先处理国际化,避免在添加默认首页标记后影响国际化检查
if (displayText && displayText.includes("t('") && t) {
try {
@ -62,7 +61,6 @@
displayText = text;
}
}
// update-end--author:liaozhiyang---date:20240306---for【QQYUN-8379】菜单管理页菜单国际化
// 在国际化处理完成后,再添加默认首页标记
const isDefIndex = checkDefIndex(record);
if (isDefIndex) {
@ -88,10 +86,9 @@
showIndexColumn: false,
tableSetting: { fullScreen: true },
formConfig: {
// update-begin--author:liaozhiyang---date:20230803---for【QQYUN-5873】查询区域lablel默认居左
// 代码逻辑说明: 【QQYUN-5873】查询区域lablel默认居左
labelWidth: 74,
rowProps: { gutter: 24 },
// update-end--author:liaozhiyang---date:20230803---for【QQYUN-5873】查询区域lablel默认居左
schemas: searchFormSchema,
autoAdvancedCol: 4,
baseColProps: { xs: 24, sm: 12, md: 6, lg: 6, xl: 6, xxl: 6 },