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
45ce11de
Commit
45ce11de
authored
Sep 26, 2021
by
chenyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 添加提示文案
parent
d00d55e9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
form.vue
src/views/ecm/form.vue
+5
-2
No files found.
src/views/ecm/form.vue
View file @
45ce11de
...
...
@@ -91,7 +91,7 @@
<el-form-item
label=
"数据对话"
>
<
template
slot=
"label"
>
<span>
数据对话
</span>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"数据对话为原营销活动。可不选择,选择后会将该营销活动的数据置于选择的数据对话中一起分析"
:open-delay=
"
3
00"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"数据对话为原营销活动。可不选择,选择后会将该营销活动的数据置于选择的数据对话中一起分析"
:open-delay=
"
2
00"
>
<i
style=
"cursor:pointer;color:#c0c4cc;font-size:14px;"
class=
"el-icon-question"
></i>
</el-tooltip>
</
template
>
...
...
@@ -108,7 +108,10 @@
<p
class=
"fz14 gray mb20 ml10"
>
同时满足以下条件即可触发
</p>
<el-form-item>
<div
class=
"no_label_form_label"
>
<el-checkbox
class=
"el-form-item__label align-left"
:disabled=
"!isAdd"
v-model=
"consumeChecked.store"
@
change=
"initStoreCardLeft"
>
消费门店
</el-checkbox>
<el-checkbox
class=
"el-form-item__label align-left"
:disabled=
"!isAdd"
v-model=
"consumeChecked.store"
@
change=
"initStoreCardLeft"
>
消费门店
<el-tooltip
class=
"item"
effect=
"dark"
:open-delay=
"200"
><
template
slot=
"content"
>
固定门店:系统基于所选定的门店来判断是否触发
<br
/>
按门店条件:系统基于所选的门店条件下所包含的门店来实时判断是否触发;所选门店条件下门店发生变更,立即生效。
</
template
><i
style=
"margin-left:4px;cursor:pointer;color:#c0c4cc;font-size:14px;"
class=
"el-icon-question"
></i>
</el-tooltip
></el-checkbox>
<div>
<span
class=
"fz14 gray"
v-show=
"!consumeChecked.store"
>
所有消费门店
</span>
<
template
v-if=
"consumeChecked.store"
>
...
...
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