diff --git a/apps/web-antd/src/views/mall/trade/brokerage/record/data.ts b/apps/web-antd/src/views/mall/trade/brokerage/record/data.ts index 460d9d586..a4b82497b 100644 --- a/apps/web-antd/src/views/mall/trade/brokerage/record/data.ts +++ b/apps/web-antd/src/views/mall/trade/brokerage/record/data.ts @@ -1,10 +1,9 @@ import type { VbenFormSchema } from '#/adapter/form'; import type { VxeTableGridOptions } from '#/adapter/vxe-table'; -import { fenToYuan } from '@vben/utils'; - import { DICT_TYPE } from '@vben/constants'; import { getDictOptions } from '@vben/hooks'; +import { fenToYuan } from '@vben/utils'; import { getRangePickerDefaultProps } from '#/utils'; diff --git a/apps/web-ele/src/views/mall/trade/brokerage/record/data.ts b/apps/web-ele/src/views/mall/trade/brokerage/record/data.ts index f2ebf2712..a6ed265ac 100644 --- a/apps/web-ele/src/views/mall/trade/brokerage/record/data.ts +++ b/apps/web-ele/src/views/mall/trade/brokerage/record/data.ts @@ -1,10 +1,9 @@ import type { VbenFormSchema } from '#/adapter/form'; import type { VxeTableGridOptions } from '#/adapter/vxe-table'; -import { fenToYuan } from '@vben/utils'; - import { DICT_TYPE } from '@vben/constants'; import { getDictOptions } from '@vben/hooks'; +import { fenToYuan } from '@vben/utils'; import { getRangePickerDefaultProps } from '#/utils';