mirror of https://github.com/certd/certd
fix: 选择授权对话框编辑时,名称字段排在最后的bug
parent
b76f2e2008
commit
31cfb09468
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue