6 天以前 91c82965b2d987452ca276e3a03b48c8dcda2ae9
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 '@vben/plugins/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 '@vben/constants';
import { getDictLabel } from '@vben/hooks';
import { formatDate } from '@vben/utils';
interface OrderDefinition {
  color: string;