mirror of
https://github.com/fumiama/paper-manager.git
synced 2026-06-12 04:00:23 +08:00
implement genfile
This commit is contained in:
@@ -25,15 +25,15 @@
|
||||
const { createMessage } = useMessage()
|
||||
const [register, { validate, setProps }] = useForm({
|
||||
labelCol: {
|
||||
span: 8,
|
||||
span: 5,
|
||||
},
|
||||
wrapperCol: {
|
||||
span: 15,
|
||||
span: 16,
|
||||
},
|
||||
schemas: schemas,
|
||||
actionColOptions: {
|
||||
offset: 8,
|
||||
span: 23,
|
||||
offset: 3,
|
||||
span: 16,
|
||||
},
|
||||
submitButtonOptions: {
|
||||
text: '提交',
|
||||
|
||||
Reference in New Issue
Block a user