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
96ccbb32
Commit
96ccbb32
authored
Apr 13, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: dist
parent
dfcc2044
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
form.vue
src/views/ai/task/form.vue
+2
-2
No files found.
src/views/ai/task/form.vue
View file @
96ccbb32
...
...
@@ -30,7 +30,7 @@
<el-radio
:label=
"0"
>
客户筛选
</el-radio>
<el-radio
:label=
"1"
>
客户分组
</el-radio>
</el-radio-group>
<div
class=
"tips"
style=
"margin:0 0 12px 0;
position: absolute;
"
v-if=
"form.memberType == 0"
>
{{
this
.
form
.
scene
==
3
?
'默认为全部未添加企微好友的客户'
:
'默认为权限范围内的全部客户'
}}
</div>
<div
class=
"tips"
style=
"margin:0 0 12px 0; "
v-if=
"form.memberType == 0"
>
{{
this
.
form
.
scene
==
3
?
'默认为全部未添加企微好友的客户'
:
'默认为权限范围内的全部客户'
}}
</div>
<div>
<el-button
v-if=
"form.memberType == 0 && !memberCrowdWidgetId && form.scene != 4"
size=
"small"
@
click=
"ruleVisible = true"
>
添加其他条件
</el-button>
<ruleFilter
v-show=
"form.memberType == 0 && form.scene != 4"
:visiable
.
sync=
"ruleVisible"
@
save=
"handleRuleFilterSave"
:memberCrowdWidgetId=
"memberCrowdWidgetId"
/>
...
...
@@ -673,7 +673,7 @@ export default {
this
.
$confirm
(
`本次外呼费用预计需要消费
${
totalCount
}
元,是否继续创建?`
,
'提示'
,
{
type
:
'warning'
}).
then
(()
=>
{
this
.
submit
();
this
.
submit
(
data
);
});
}
else
{
this
.
$confirm
(
`本次外呼费用预计需要消费
${
totalCount
}
元,当前账户余额不足,请充值`
,
'提示'
,
{
...
...
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