zhangwencui
8 天以前 4eaf74efba7ead917bf53155a9b9fa59c4743cf8
src/views/erp/home/modules/time-summary-chart.vue
@@ -1,12 +1,12 @@
<script lang="ts" setup>
import type { EChartsOption, EchartsUIType } from '../../../../packages/effects/plugins/src/echarts';
import type { EChartsOption, EchartsUIType } from '@vben/plugins/echarts';
import type { ErpPurchaseStatisticsApi } from '#/api/erp/statistics/purchase';
import type { ErpSaleStatisticsApi } from '#/api/erp/statistics/sale';
import { onMounted, ref, watch } from 'vue';
import { EchartsUI, useEcharts } from '../../../../packages/effects/plugins/src/echarts';
import { EchartsUI, useEcharts } from '@vben/plugins/echarts';
import { Card } from 'ant-design-vue';