Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-sensitive-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.foundation.frontend
pica-sensitive-admin
提交
986f94b4
提交
986f94b4
编写于
12月 01, 2020
作者:
huangwensu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
数据保存成功跳转修改
上级
afa813b6
变更
3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
12 行增加
和
7 行删除
+12
-7
add-funnel.vue
src/views/user-path/add-funnel.vue
+7
-2
funnel-data.vue
src/views/user-path/funnel-data.vue
+4
-4
funnel.vue
src/views/user-path/funnel.vue
+1
-1
未找到文件。
src/views/user-path/add-funnel.vue
浏览文件 @
986f94b4
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<div
class=
"add-funnel-container"
>
<div
class=
"add-funnel-container"
>
<el-breadcrumb
separator=
"/"
class=
"add-title"
>
<el-breadcrumb
separator=
"/"
class=
"add-title"
>
<el-breadcrumb-item
:to=
"
{ path: '/user-path' }">漏斗分析
</el-breadcrumb-item>
<el-breadcrumb-item
:to=
"
{ path: '/user-path' }">漏斗分析
</el-breadcrumb-item>
<el-breadcrumb-item>
<a
href=
"/add-funnel"
>
新增转化漏斗
</a>
</el-breadcrumb-item>
<el-breadcrumb-item>
新增转化漏斗
</el-breadcrumb-item>
</el-breadcrumb>
</el-breadcrumb>
<div
class=
"add-content"
>
<div
class=
"add-content"
>
<div
class=
"con"
>
<div
class=
"con"
>
...
@@ -143,6 +143,11 @@ export default {
...
@@ -143,6 +143,11 @@ export default {
res
=>
{
res
=>
{
if
(
res
.
code
==
'000000'
)
{
if
(
res
.
code
==
'000000'
)
{
this
.
searchParam
=
res
.
data
;
this
.
searchParam
=
res
.
data
;
for
(
let
i
=
0
;
i
<
this
.
searchParam
.
actionModelList
.
length
;
i
++
)
{
if
(
!
this
.
searchParam
.
actionModelList
[
i
].
actionName
)
{
this
.
searchParam
.
actionModelList
[
i
].
actionName
=
this
.
searchParam
.
actionModelList
[
i
].
eventName
;
}
}
}
}
}
}
);
);
...
@@ -206,7 +211,7 @@ export default {
...
@@ -206,7 +211,7 @@ export default {
res
=>
{
res
=>
{
if
(
res
.
code
==
'000000'
)
{
if
(
res
.
code
==
'000000'
)
{
this
.
$message
.
success
(
'转化漏斗创建成功'
);
this
.
$message
.
success
(
'转化漏斗创建成功'
);
this
.
$router
.
push
({
path
:
'
user-path'
});
this
.
$router
.
push
({
path
:
'
path-data'
,
query
:
{
id
:
res
.
data
.
id
,
name
:
res
.
data
.
name
}
});
}
else
if
(
res
.
code
==
'227002'
||
res
.
code
==
'227003'
){
}
else
if
(
res
.
code
==
'227002'
||
res
.
code
==
'227003'
){
this
.
disabledSave
=
true
;
this
.
disabledSave
=
true
;
this
.
$message
.
error
(
res
.
message
);
this
.
$message
.
error
(
res
.
message
);
...
...
src/views/user-path/funnel-data.vue
浏览文件 @
986f94b4
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<div
class=
"data-container"
>
<div
class=
"data-container"
>
<el-breadcrumb
separator=
"/"
class=
"data-title"
>
<el-breadcrumb
separator=
"/"
class=
"data-title"
>
<el-breadcrumb-item
:to=
"
{ path: '/user-path' }">漏斗分析
</el-breadcrumb-item>
<el-breadcrumb-item
:to=
"
{ path: '/user-path' }">漏斗分析
</el-breadcrumb-item>
<el-breadcrumb-item>
<a
href=
"/path-data"
>
{{
name
}}
详情
</a>
</el-breadcrumb-item>
<el-breadcrumb-item>
{{
name
}}
详情
</el-breadcrumb-item>
</el-breadcrumb>
</el-breadcrumb>
<div
class=
"data-content"
>
<div
class=
"data-content"
>
<div
class=
"con"
>
<div
class=
"con"
>
...
@@ -218,10 +218,10 @@ export default {
...
@@ -218,10 +218,10 @@ export default {
lineHeight
=
346
;
lineHeight
=
346
;
}
else
if
(
len
==
6
)
{
}
else
if
(
len
==
6
)
{
arrowTop
=
60
;
arrowTop
=
60
;
arrowH
=
26
0
;
arrowH
=
30
0
;
lineTop
=
20
;
lineTop
=
20
;
lineLeft
=
5
00
;
lineLeft
=
4
00
;
lineHeight
=
3
0
6
;
lineHeight
=
3
6
6
;
}
}
for
(
let
i
=
0
;
i
<
lineargroup
.
length
;
i
++
)
{
for
(
let
i
=
0
;
i
<
lineargroup
.
length
;
i
++
)
{
let
obj1
=
{
let
obj1
=
{
...
...
src/views/user-path/funnel.vue
浏览文件 @
986f94b4
...
@@ -115,7 +115,7 @@ export default {
...
@@ -115,7 +115,7 @@ export default {
},
},
// 查看数据
// 查看数据
visitData
(
row
)
{
visitData
(
row
)
{
this
.
$router
.
push
({
path
:
'path-data'
,
query
:
{
id
:
row
.
id
,
name
:
row
.
name
}
});
this
.
$router
.
push
({
path
:
'path-data'
,
query
:
{
id
:
row
.
id
,
name
:
row
.
name
}
});
},
},
// 编辑
// 编辑
editColumn
(
row
)
{
editColumn
(
row
)
{
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录