Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
1d533e49
authored
Apr 24, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crm:bugfix FunnelBusiness.vue 导致打包失败的问题
parent
7f395001
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
src/views/crm/statistics/funnel/components/FunnelBusiness.vue
+0
-3
No files found.
src/views/crm/statistics/funnel/components/FunnelBusiness.vue
View file @
1d533e49
...
@@ -33,8 +33,6 @@
...
@@ -33,8 +33,6 @@
import
{
CrmStatisticFunnelRespVO
,
StatisticFunnelApi
}
from
'@/api/crm/statistics/funnel'
import
{
CrmStatisticFunnelRespVO
,
StatisticFunnelApi
}
from
'@/api/crm/statistics/funnel'
import
{
EChartsOption
}
from
'echarts'
import
{
EChartsOption
}
from
'echarts'
import
{
DICT_TYPE
}
from
'@/utils/dict'
import
{
DICT_TYPE
}
from
'@/utils/dict'
import
echarts
from
'@/plugins/echarts'
import
{
FunnelChart
}
from
'echarts/charts'
defineOptions
({
name
:
'FunnelBusiness'
})
defineOptions
({
name
:
'FunnelBusiness'
})
const
props
=
defineProps
<
{
queryParams
:
any
}
>
()
// 搜索参数
const
props
=
defineProps
<
{
queryParams
:
any
}
>
()
// 搜索参数
...
@@ -44,7 +42,6 @@ const loading = ref(false) // 加载中
...
@@ -44,7 +42,6 @@ const loading = ref(false) // 加载中
const
list
=
ref
<
CrmStatisticFunnelRespVO
[]
>
([])
// 列表的数据
const
list
=
ref
<
CrmStatisticFunnelRespVO
[]
>
([])
// 列表的数据
/** 销售漏斗 */
/** 销售漏斗 */
echarts
?.
use
([
FunnelChart
])
const
echartsOption
=
reactive
<
EChartsOption
>
({
const
echartsOption
=
reactive
<
EChartsOption
>
({
title
:
{
title
:
{
text
:
'销售漏斗'
text
:
'销售漏斗'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment