feat: form create

This commit is contained in:
xingyu4j
2025-10-17 16:23:43 +08:00
parent 7704aef4c8
commit 1629003cdc
10 changed files with 74 additions and 85 deletions

View File

@@ -6,7 +6,7 @@ import { useVbenModal } from '@vben/common-ui';
import FormCreate from '@form-create/ant-design-vue';
import { getFormDetail } from '#/api/bpm/form';
import { setConfAndFields2 } from '#/utils';
import { setConfAndFields2 } from '#/components/form-create';
/** 详情 */
const formConfig = ref<any>({});