crm:bugfix FunnelBusiness.vue 导致打包失败的问题
This commit is contained in:
parent
7f3950018e
commit
1d533e49e4
@ -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<CrmStatisticFunnelRespVO[]>([]) // 列表的数据
|
||||
|
||||
/** 销售漏斗 */
|
||||
echarts?.use([FunnelChart])
|
||||
const echartsOption = reactive<EChartsOption>({
|
||||
title: {
|
||||
text: '销售漏斗'
|
||||
|
Loading…
Reference in New Issue
Block a user