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

@@ -3,7 +3,7 @@ import type { VbenFormSchema } from '#/adapter/form';
import { h } from 'vue';
import { InputUpload } from '#/components/upload';
import { DICT_TYPE, getDictOptions } from '#/utils/dict';
import { DICT_TYPE, getDictOptions } from '#/utils';
export function channelSchema(formType: string): VbenFormSchema[] {
if (formType.includes('alipay_')) {