We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f39500 commit 1d533e4Copy full SHA for 1d533e4
src/views/crm/statistics/funnel/components/FunnelBusiness.vue
@@ -33,8 +33,6 @@
33
import { CrmStatisticFunnelRespVO, StatisticFunnelApi } from '@/api/crm/statistics/funnel'
34
import { EChartsOption } from 'echarts'
35
import { DICT_TYPE } from '@/utils/dict'
36
-import echarts from '@/plugins/echarts'
37
-import { FunnelChart } from 'echarts/charts'
38
39
defineOptions({ name: 'FunnelBusiness' })
40
const props = defineProps<{ queryParams: any }>() // 搜索参数
@@ -44,7 +42,6 @@ const loading = ref(false) // 加载中
44
42
const list = ref<CrmStatisticFunnelRespVO[]>([]) // 列表的数据
45
43
46
/** 销售漏斗 */
47
-echarts?.use([FunnelChart])
48
const echartsOption = reactive<EChartsOption>({
49
title: {
50
text: '销售漏斗'
0 commit comments