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
ec4ddc04
Commit
ec4ddc04
authored
Apr 15, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
udpate: dist
parent
cb121942
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
form.vue
src/views/ai/task/form.vue
+7
-7
No files found.
src/views/ai/task/form.vue
View file @
ec4ddc04
...
...
@@ -117,7 +117,7 @@
</el-form-item>
</td>
<td
class=
"tagSelectCell"
>
<el-form-item>
<el-form-item
label-width=
"0"
>
<div
class=
"delIcon"
type=
"text"
v-show=
"tagMatchList.length > 1"
@
click=
"delTagList(index)"
>
<i
class=
"iconfont icon-Delete"
></i>
</div>
...
...
@@ -167,7 +167,7 @@
</el-form-item>
</td>
<td
class=
"tagSelectCell"
>
<el-form-item>
<el-form-item
label-width=
"0"
>
<div
class=
"delIcon"
v-show=
"smsList.length > 1"
type=
"text"
@
click=
"delSmslist(index)"
>
<i
class=
"iconfont icon-Delete"
></i>
</div>
...
...
@@ -213,19 +213,19 @@
</el-form-item>
</td>
<td
class=
"tagSelectCell"
style=
"width:170px"
>
<el-form-item>
<el-form-item
label-width=
"0"
>
<el-select
v-model=
"item.times"
size=
"small"
placeholder=
"请选择"
>
<el-option
v-for=
"item in timesOptions"
:key=
"item"
:label=
"item"
:value=
"item"
></el-option>
</el-select>
</el-form-item>
</td>
<td
class=
"tagSelectCell"
style=
"width:170px"
>
<el-form-item>
<el-form-item
label-width=
"0"
>
<el-input-number
v-model=
"item.interval"
controls-position=
"right"
:max=
"720"
:min=
"1"
size=
"small"
:precision=
"0"
/>
</el-form-item>
</td>
<td
class=
"tagSelectCell"
>
<el-form-item>
<el-form-item
label-width=
"0"
>
<div
class=
"delIcon"
v-show=
"recallList.length > 1"
type=
"text"
@
click=
"delRecallList(index)"
>
<i
class=
"iconfont icon-Delete"
></i>
</div>
...
...
@@ -348,7 +348,7 @@ export default {
labelFlag
:
0
,
//是否根据客户意向打标签
smsFlag
:
0
,
//是否根据客户意向发送挂机短信
recallFlag
:
0
,
//是否根据未接通状态设置重拨
planMemberCount
:
0
,
//覆盖人数
planMemberCount
:
'- -'
,
//覆盖人数
analyseDays
:
''
,
//分析天数
analyseAmount
:
''
//销售额
},
...
...
@@ -742,7 +742,7 @@ export default {
};
}
sceneJson
=
JSON
.
stringify
(
sceneJson
);
this
.
form
.
planMemberCount
=
0
;
this
.
form
.
planMemberCount
=
'- -'
;
if
(
memberType
==
0
)
{
filterJson
=
this
.
memberCrowdWidgetId
;
}
else
if
(
memberType
==
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