Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
marketing-web
marketing
Commits
c0de2013
Commit
c0de2013
authored
Jul 28, 2021
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 计划整体表格测试
parent
ac6bdfa2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
touch-clue.vue
src/views/ecm/touch-clue.vue
+9
-7
No files found.
src/views/ecm/touch-clue.vue
View file @
c0de2013
...
...
@@ -203,9 +203,9 @@ export default {
return
`<span style="color:#1890FF;cursor:pointer;" data-type="groupName">
${
row
.
groupName
}
</span>`
;
}
},
{
label
:
'触达顾客转化人数'
,
prop
:
'
touchMbrNum'
,
align
:
'left'
,
fixed
:
'left'
,
sortable
:
'custom'
,
formatter
:
row
=>
this
.
formatterNum
(
row
.
touch
MbrNum
)
},
{
label
:
'触达顾客订单数'
,
prop
:
'
reachRate'
,
align
:
'left'
,
fixed
:
'left'
,
sortable
:
'custom'
,
formatter
:
row
=>
this
.
formatterNum
(
row
.
reachRate
)
},
{
label
:
'触达顾客转化收益'
,
prop
:
'convSalesAmt'
,
align
:
'left'
,
fixed
:
'left'
,
minWidth
:
'90'
,
sortable
:
'custom'
,
formatter
:
row
=>
this
.
formatterNum
To
Fixed
(
row
.
convSalesAmt
)
}
{
label
:
'触达顾客转化人数'
,
prop
:
'
convMbrNum'
,
align
:
'left'
,
fixed
:
'left'
,
sortable
:
'custom'
,
formatter
:
row
=>
this
.
formatterNum
(
row
.
conv
MbrNum
)
},
{
label
:
'触达顾客订单数'
,
prop
:
'
convOrderCnt'
,
align
:
'left'
,
fixed
:
'left'
,
sortable
:
'custom'
,
formatter
:
row
=>
this
.
formatterNum
(
row
.
convOrderCnt
)
},
{
label
:
'触达顾客转化收益'
,
prop
:
'convSalesAmt'
,
align
:
'left'
,
fixed
:
'left'
,
minWidth
:
'90'
,
sortable
:
'custom'
,
formatter
:
row
=>
this
.
formatterNum
And
Fixed
(
row
.
convSalesAmt
)
}
];
}
if
(
this
.
type
.
indexOf
(
'话务'
)
!=
-
1
)
{
...
...
@@ -358,10 +358,12 @@ export default {
}
},
beforeRouteEnter
:
(
to
,
from
,
next
)
=>
{
if
(
to
.
query
.
type
==
1
)
{
to
.
meta
.
aliasName
=
'导购线索'
;
}
else
if
(
to
.
query
.
type
==
2
)
{
to
.
meta
.
aliasName
=
'后台线索'
;
if
(
to
.
query
.
type
==
'计划整体'
)
{
to
.
meta
.
aliasName
=
'计划整体效果详情'
;
}
else
if
(
to
.
query
.
type
==
'话务'
||
to
.
query
.
type
==
'群发转话务'
)
{
to
.
meta
.
aliasName
=
'话务详情'
;
}
else
if
(
to
.
query
.
type
==
'群发'
)
{
to
.
meta
.
aliasName
=
'群发任务详情'
;
}
next
();
},
...
...
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