chore: 优化fix

This commit is contained in:
xiaojunnuo
2026-05-20 12:25:56 +08:00
parent adcf570b15
commit 5c80c99b94
8 changed files with 59 additions and 13 deletions
@@ -123,10 +123,15 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
value: "id",
label: "nickName",
}),
editForm: {
component: {
disabled: true,
},
},
form: {
show: true,
component: {
disabled: true,
disabled: false,
crossPage: true,
multiple: false,
select: {
@@ -183,9 +188,6 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
}),
form: {
show: true,
component: {
disabled: true,
},
},
column: {
width: 80,