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
be436714
Commit
be436714
authored
Apr 21, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 字段错误
parent
e9ab010e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
form.js
src/views/ecm/form.js
+1
-1
form.vue
src/views/ecm/form.vue
+2
-2
No files found.
src/views/ecm/form.js
View file @
be436714
...
...
@@ -152,7 +152,7 @@ export default {
discount_limit
:
{
type
:
1
,
count
:
undefined
,
flag
:
false
},
// 适用商品折扣
useStoredFlag
:
0
,
//显示储值触发和会员卡升级事件
analyseConfig
:
{
statusF
lag
:
0
,
open_f
lag
:
0
,
crowd_flag
:
1
,
crowd_send
:
4
,
crowd_no_send
:
1
,
...
...
src/views/ecm/form.vue
View file @
be436714
...
...
@@ -363,9 +363,9 @@
<section
class=
"dm-form__wrap"
v-if=
"xsxsFlag == 1 && [1, 2].includes(form.effectType)"
>
<h3
class=
"dm-title__label"
>
<span
class=
"inline-block mr10"
>
营销分析设置
</span>
<el-switch
:disabled=
"!isAdd"
v-model=
"analyseConfig.
statusF
lag"
:active-value=
"1"
:inactive-value=
"0"
@
change=
"onChangeAnalyseConfig"
></el-switch>
<el-switch
:disabled=
"!isAdd"
v-model=
"analyseConfig.
open_f
lag"
:active-value=
"1"
:inactive-value=
"0"
@
change=
"onChangeAnalyseConfig"
></el-switch>
</h3>
<div
v-if=
"analyseConfig.
statusF
lag == 1"
style=
"padding-bottom:10px;color:#303133"
>
<div
v-if=
"analyseConfig.
open_f
lag == 1"
style=
"padding-bottom:10px;color:#303133"
>
<div>
<div
class=
"w140 text-right inline-block mr10"
>
<el-tooltip
slot=
"label"
open-delay=
"200"
content=
"设置后系统按比例随机抽取部分人群不触发任务进行数据参照"
placement=
"top"
>
...
...
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