gaoluyang
2026-06-29 27cd042df9aca0383a49f3514bc21958dd890912
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 '../../../../packages/effects/plugins/src/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 '../../../../packages/effects/common-ui/src';
import { EchartsUI, useEcharts } from '../../../../packages/effects/plugins/src/echarts';
import { Button, ButtonGroup, Tabs } from 'ant-design-vue';