This commit is contained in:
2026-05-13 14:43:14 +08:00
parent 87f2d314e0
commit 59d725ee65
64 changed files with 3334 additions and 872 deletions

View File

@@ -26,7 +26,6 @@ const [FormDrawer, formDrawerApi] = useVbenDrawer({
const [Grid, gridApi] = useVbenVxeGrid({
formOptions: {
fieldMappingTime: [['create_time', ['startTime', 'endTime']]],
schema: useGridFormSchema(),
submitOnChange: true,
},