From 1d533e49e40c2fd0059b77e089f24ae11a0a6692 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Wed, 24 Apr 2024 00:31:44 +0800 Subject: [PATCH] =?UTF-8?q?crm=EF=BC=9Abugfix=20FunnelBusiness.vue=20?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E6=89=93=E5=8C=85=E5=A4=B1=E8=B4=A5=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/crm/statistics/funnel/components/FunnelBusiness.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/views/crm/statistics/funnel/components/FunnelBusiness.vue b/src/views/crm/statistics/funnel/components/FunnelBusiness.vue index 9b7b08ae..c4e4bf6f 100644 --- a/src/views/crm/statistics/funnel/components/FunnelBusiness.vue +++ b/src/views/crm/statistics/funnel/components/FunnelBusiness.vue @@ -33,8 +33,6 @@ import { CrmStatisticFunnelRespVO, StatisticFunnelApi } from '@/api/crm/statistics/funnel' import { EChartsOption } from 'echarts' import { DICT_TYPE } from '@/utils/dict' -import echarts from '@/plugins/echarts' -import { FunnelChart } from 'echarts/charts' defineOptions({ name: 'FunnelBusiness' }) const props = defineProps<{ queryParams: any }>() // 搜索参数 @@ -44,7 +42,6 @@ const loading = ref(false) // 加载中 const list = ref([]) // 列表的数据 /** 销售漏斗 */ -echarts?.use([FunnelChart]) const echartsOption = reactive({ title: { text: '销售漏斗'