--修复动态组件导入路径错误

This commit is contained in:
2025-12-18 14:40:10 +08:00
parent fa88795dbd
commit cb1e366843
6 changed files with 8 additions and 5 deletions

View File

@ -56,6 +56,7 @@
import { isValidJSON } from '/@/utils/event/design';
import CustomerModal from './components/CustomerModal.vue';
import CustomerCeateForm from './components/createForm.vue';
import {formConfig, searchFormSchema, columns } from './components/config';
import Icon from '/@/components/Icon/index';
import FlowRecord from '/@/views/workflow/task/components/flow/FlowRecord.vue';