fix: 金额显示问题 && utils 引用路径

This commit is contained in:
xingyu4j
2025-06-11 18:07:25 +08:00
parent 41f816483b
commit 355a2056f4
21 changed files with 41 additions and 40 deletions

View File

@@ -10,7 +10,7 @@ import { Button, Image, Tag, Tooltip } from 'ant-design-vue';
import { TableAction, useVbenVxeGrid } from '#/adapter/vxe-table';
import { getProcessDefinitionPage } from '#/api/bpm/definition';
import { BpmModelFormType } from '#/utils/constants';
import { BpmModelFormType } from '#/utils';
// 导入 FormCreate 表单详情
import FormCreateDetail from '../../form/modules/detail.vue';