1、考勤组管理
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
2025-07-19 17:25:17 +08:00
parent 9135ee31b9
commit 97f298d8c7
9 changed files with 636 additions and 16 deletions

View File

@@ -211,6 +211,7 @@ export const modalSchemaRefund: FormSchemaGetter = () => [
label: '退费原因',
fieldName: 'reason',
component: 'Textarea',
formItemClass: 'col-span-2'
formItemClass: 'col-span-2',
rules:'required'
},
]