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

This commit is contained in:
xiaojunnuo
2025-09-17 16:15:31 +08:00
parent b76f2e2008
commit 31cfb09468

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: {