mirror of
https://github.com/certd/certd.git
synced 2026-04-24 20:57:26 +08:00
fix: 选择授权对话框编辑时,名称字段排在最后的bug
This commit is contained in:
@@ -105,9 +105,11 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
|
|||||||
form: {
|
form: {
|
||||||
rules: [{ required: true, message: t("certd.pleaseEnterName") }],
|
rules: [{ required: true, message: t("certd.pleaseEnterName") }],
|
||||||
helper: t("certd.nameHelper"),
|
helper: t("certd.nameHelper"),
|
||||||
|
order: -2,
|
||||||
},
|
},
|
||||||
column: {
|
column: {
|
||||||
width: 200,
|
width: 200,
|
||||||
|
order: -2,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
from: {
|
from: {
|
||||||
|
|||||||
Reference in New Issue
Block a user