1
0
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:
源文雨
2023-04-22 21:31:12 +08:00
parent 9d9e04ebd2
commit 2e44127672
16 changed files with 898 additions and 404 deletions

View File

@@ -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: '提交',