fix: 选择授权对话框编辑时,名称字段排在最后的bug

v2
xiaojunnuo 2025-09-17 16:15:31 +08:00
parent b76f2e2008
commit 31cfb09468
1 changed files with 2 additions and 0 deletions

View File

@ -105,9 +105,11 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
form: {
rules: [{ required: true, message: t("certd.pleaseEnterName") }],
helper: t("certd.nameHelper"),
order: -2,
},
column: {
width: 200,
order: -2,
},
},
from: {