7 天以前 91c82965b2d987452ca276e3a03b48c8dcda2ae9
src/views/wms/home/modules/wms-home-order-trend-chart.vue
@@ -1,11 +1,11 @@
<script lang="ts" setup>
import type { EchartsUIType } from '..\..\..\..\packages\effects\plugins\src\echarts';
import type { EchartsUIType } from '@vben/plugins/echarts';
import type { WmsHomeStatisticsApi } from '#/api/wms/home';
import { nextTick, ref } from 'vue';
import { EchartsUI, useEcharts } from '..\..\..\..\packages\effects\plugins\src\echarts';
import { EchartsUI, useEcharts } from '@vben/plugins/echarts';
import { Card, Segmented } from 'ant-design-vue';