zhangwencui
2026-07-14 4eaf74efba7ead917bf53155a9b9fa59c4743cf8
src/views/crm/statistics/funnel/index.vue
@@ -1,5 +1,5 @@
<script lang="ts" setup>
import type { EchartsUIType } from '../../../../packages/effects/plugins/src/echarts';
import type { EchartsUIType } from '@vben/plugins/echarts';
import type {
  VxeGridListeners,
@@ -9,8 +9,8 @@
import { reactive, ref } from 'vue';
import { ContentWrap, Page } from '../../../../packages/effects/common-ui/src';
import { EchartsUI, useEcharts } from '../../../../packages/effects/plugins/src/echarts';
import { ContentWrap, Page } from '@vben/common-ui';
import { EchartsUI, useEcharts } from '@vben/plugins/echarts';
import { Button, ButtonGroup, Tabs } from 'ant-design-vue';