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
2efacd3e
Commit
2efacd3e
authored
Apr 26, 2021
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
触达效果---------
parent
bbeadb2b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
+4
-6
touch-clue.vue
src/views/ecm/touch-clue.vue
+1
-1
market-list.vue
src/views/ecm/touch-components/market-list.vue
+3
-3
touch-effect.vue
src/views/ecm/touch-effect.vue
+0
-2
No files found.
src/views/ecm/touch-clue.vue
View file @
2efacd3e
...
...
@@ -256,8 +256,8 @@ export default {
}
}
}
this
.
tableList
=
[];
meth
(
params
).
then
(
res
=>
{
this
.
tableList
=
[];
if
(
!
res
.
result
.
result
||
!
res
.
result
.
result
.
length
)
{
return
;
}
...
...
src/views/ecm/touch-components/market-list.vue
View file @
2efacd3e
...
...
@@ -29,7 +29,7 @@
<p>
{{ isCluePage ? '计划触达人数' : '计划人数' }}
</p>
<p>
{{ item.planMbrNum ? item.planMbrNum.toLocaleString() : 0 }}
</p>
</div>
<div
v-if=
"isCluePage && item.flag"
>
<div
v-if=
"isCluePage && item.flag"
class=
"taskRate"
>
<p>
任务完成率
<span>
(任务总数 {{ item.taskCnt ? item.taskCnt.toLocaleString() : 0 }})
</span>
</p>
...
...
@@ -90,7 +90,6 @@ export default {
},
computed
:
{
convSalesAmt
(
num
)
{
console
.
log
(
this
.
data
);
return
num
=>
{
if
(
num
)
{
num
=
parseFloat
(
num
).
toFixed
(
2
);
...
...
@@ -205,7 +204,8 @@ export default {
padding-top
:
19px
;
}
.convMbr
,
.touchMbr
{
.touchMbr
,
.taskRate
{
flex
:
1.3
;
}
}
...
...
src/views/ecm/touch-effect.vue
View file @
2efacd3e
...
...
@@ -171,8 +171,6 @@ export default {
}
else
{
this
.
batchTime
=
'--'
;
}
res
.
result
.
effectType
=
1
;
// res.result.analyseJson = null;
let
analyseJson
=
JSON
.
parse
(
res
.
result
.
analyseJson
);
if
(
analyseJson
&&
analyseJson
.
crowd_flag
==
1
)
{
// 是否开启了参照组开关
...
...
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