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
3e764f8c
Commit
3e764f8c
authored
Jul 28, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: temp
parent
179b482d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
3 deletions
+17
-3
form.vue
src/views/ai/task/form.vue
+0
-0
info.vue
src/views/ai/task/info.vue
+17
-3
No files found.
src/views/ai/task/form.vue
View file @
3e764f8c
This diff is collapsed.
Click to expand it.
src/views/ai/task/info.vue
View file @
3e764f8c
...
...
@@ -37,9 +37,17 @@
</div>
<dm-sub-title
type=
"line"
>
人群规则
</dm-sub-title>
<div
class=
"section"
>
<el-descriptions
column=
"4"
>
<el-descriptions
column=
"4"
v-if=
"form.scene != 5"
>
<el-descriptions-item
label=
"参与人群"
>
{{
form
.
memberType
==
0
&&
!
memberCrowdWidgetId
?
'全部客户'
:
''
}}
</el-descriptions-item>
<el-descriptions-item
label=
"预计覆盖人数"
>
{{
form
.
planMemberCount
}}
</el-descriptions-item>
<el-descriptions-item
label=
"预计覆盖人数"
>
<span
class=
"numStyle"
>
{{
form
.
planMemberCount
}}
</span></el-descriptions-item
>
</el-descriptions>
<el-descriptions
column=
"4"
v-else
>
<el-descriptions-item
label=
"号码导入"
>
<span
class=
"numStyle"
>
{{
form
.
planMemberCount
}}
</span
>
条
</el-descriptions-item
>
</el-descriptions>
<ruleFilter
v-show=
"form.memberType == 0 && memberCrowdWidgetId"
:memberCrowdWidgetId=
"memberCrowdWidgetId"
onlyRead
style=
"width:100%"
/>
<gic-new-member-group
v-show=
"form.memberType == 1"
:selectedIds=
"selectedGroupIds"
onlyRead
style=
"width:100%"
/>
...
...
@@ -247,7 +255,7 @@ export default {
labelFlag
,
//是否根据客户意向打标签
smsFlag
,
//是否根据客户意向发送挂机短信
recallFlag
,
//是否根据未接通状态设置重拨
planMemberCount
,
//覆盖人数
planMemberCount
:
planMemberCount
.
toLocaleString
()
,
//覆盖人数
analyseDays
,
//分析天数
analyseAmount
,
//销售额
planId
,
...
...
@@ -398,6 +406,12 @@ export default {
.section
{
padding
:
20px
0
18px
0
;
}
.numStyle
{
font-size
:
14px
;
font-weight
:
500
;
color
:
#303133
;
line-height
:
20px
;
}
.card
{
margin-top
:
20px
;
&:first-child
{
...
...
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