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
b7799cd4
Commit
b7799cd4
authored
Apr 14, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: ai营销调整
parent
7317311a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
5 deletions
+12
-5
ai-data-detail.vue
src/views/ai/ai-data-detail.vue
+1
-1
ai-data-report.vue
src/views/ai/ai-data-report.vue
+10
-4
target-group.vue
src/views/ai/ai-data-report/target-group.vue
+1
-0
No files found.
src/views/ai/ai-data-detail.vue
View file @
b7799cd4
...
...
@@ -22,7 +22,7 @@
<el-table-column
label=
"通话状态"
min-width=
"80px"
prop=
"aiStatus"
show-overflow-tooltip
:formatter=
"(row, col, val) => formatAiStatus(val)"
></el-table-column>
<el-table-column
label=
"通话时长"
min-width=
"80px"
prop=
"aiDurationSec"
:formatter=
"(row, col, val) => (val > 0 ? `$
{val}s` : '0s')">
</el-table-column>
<el-table-column
label=
"意向标签"
min-width=
"130px"
prop=
"aiLabel"
:formatter=
"(row, col, val) => val || '--'"
></el-table-column>
<el-table-column
label=
"
消费金额(实付)"
min-width=
"12
0px"
prop=
"orderPayAmount"
:formatter=
"(row, col, val) => (val == null ? '--' : val)"
></el-table-column>
<el-table-column
label=
"
活动转化金额(实付)"
min-width=
"16
0px"
prop=
"orderPayAmount"
:formatter=
"(row, col, val) => (val == null ? '--' : val)"
></el-table-column>
<el-table-column
label=
"外呼时间"
min-width=
"100px"
prop=
"aiTime"
>
<template
slot-scope=
"
{ row }">
<p>
{{
formatDateTimeByType
(
row
.
aiTime
,
'yyyy-MM-dd'
)
||
'--'
}}
</p>
...
...
src/views/ai/ai-data-report.vue
View file @
b7799cd4
...
...
@@ -8,9 +8,9 @@
<dm-sub-title
title-align=
"space-between"
>
<div>
AI外呼数据
<span
class=
"title-tip"
>
数据实时更新
</span>
<span
class=
"title-tip"
>
(数据实时更新)
</span>
<el-button
class=
"check-detail"
@
click=
"toDetailPage"
>
查看详情
</el-button>
</div>
<el-button
type=
"text"
@
click=
"toDetailPage"
>
查看详情
</el-button>
</dm-sub-title>
<ai-data
:ai-data-show=
"flags"
></ai-data>
</div>
...
...
@@ -18,9 +18,9 @@
<dm-sub-title
title-align=
"space-between"
>
<div>
活动转化数据
<span
class=
"title-tip"
>
数据每天更新 1 次
</span>
<span
class=
"title-tip"
>
(数据每天更新 1 次)
</span>
<el-button
class=
"check-detail"
@
click=
"toDetailPage"
>
查看详情
</el-button>
</div>
<el-button
type=
"text"
@
click=
"toDetailPage"
>
查看详情
</el-button>
</dm-sub-title>
<conversion
:member-type=
"flags.memberType"
:filter-json=
"filterJson"
></conversion>
</div>
...
...
@@ -74,6 +74,12 @@ export default {
color
:
#606266
;
line-height
:
17px
;
}
.check-detail
{
margin-left
:
16px
;
color
:
#2f54eb
;
background
:
#ebeffe
;
border
:
none
;
}
}
}
</
style
>
src/views/ai/ai-data-report/target-group.vue
View file @
b7799cd4
...
...
@@ -56,6 +56,7 @@ export default {
align-items
:
flex-end
;
margin-top
:
8px
;
font-size
:
24px
;
font-family
:
DINAlternate-Bold
,
DINAlternate
;
font-weight
:
bold
;
color
:
#303133
;
line-height
:
28px
;
...
...
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