Squashed commit of the following:

升级seata到1.7.0;升级dynamic-datasource-spring-boot-starter到3.5.2
    支持多字段默认排序defSort数组、解决多列排序无效 #8659
    支持多字段默认排序defSort数组
    提供JeecgBoot 运行环境python检查脚本
    提供jeecgboot-oracle11g.dmp
This commit is contained in:
JEECG
2025-08-12 09:25:01 +08:00
parent ac446691c4
commit cd809a6573
13 changed files with 400 additions and 41 deletions

View File

@ -123,11 +123,17 @@
style: { textAlign: 'left' },
},
},
//自定义默认排序
defSort: {
column: 'createTime,sex',
order: 'desc',
},
//自定义默认多字段排序
defSort: [
{
column: 'name',
order: 'desc',
},
{
column: 'sex',
order: 'asc',
},
],
striped: true,
useSearchForm: true,
showTableSetting: true,