fix: 授权页面,id列位置不在第一列的bug

This commit is contained in:
xiaojunnuo
2025-09-27 00:17:29 +08:00
parent c79658afbb
commit 3f1722d54d
8 changed files with 8 additions and 1 deletions
@@ -41,7 +41,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
//这里使用行选择插件,生成行选择crudOptions配置,最终会与crudOptions合并
rowSelection: {
enabled: true,
order: -2,
order: -99,
before: true,
// handle: (pluginProps,useCrudProps)=>CrudOptions,
props: {