gaoluyang
4 天以前 787ccc59ba89bacc075562a161ecf02bc76ebadc
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;