gaoluyang
2026-06-29 27cd042df9aca0383a49f3514bc21958dd890912
src/views/wms/home/modules/wms-home-order-trend-chart-options.ts
@@ -1,10 +1,10 @@
import type { EChartsOption } from '..\..\..\..\packages\effects\plugins\src\echarts';
import type { EChartsOption } from '../../../../packages/effects/plugins/src/echarts';
import type { WmsHomeStatisticsApi } from '#/api/wms/home';
import { DICT_TYPE, OrderTypeEnum } from '..\..\..\..\packages\constants\src';
import { getDictLabel } from '..\..\..\..\packages\effects\hooks\src';
import { formatDate } from '..\..\..\..\packages\utils\src';
import { DICT_TYPE, OrderTypeEnum } from '../../../../packages/constants/src';
import { getDictLabel } from '../../../../packages/effects/hooks/src';
import { formatDate } from '../../../../packages/utils/src';
interface OrderDefinition {
  color: string;