Commit be436714 by 黑潮

fix: 字段错误

parent e9ab010e
......@@ -152,7 +152,7 @@ export default {
discount_limit: { type: 1, count: undefined, flag: false }, // 适用商品折扣
useStoredFlag: 0, //显示储值触发和会员卡升级事件
analyseConfig: {
statusFlag: 0,
open_flag: 0,
crowd_flag: 1,
crowd_send: 4,
crowd_no_send: 1,
......
......@@ -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.statusFlag" :active-value="1" :inactive-value="0" @change="onChangeAnalyseConfig"></el-switch>
<el-switch :disabled="!isAdd" v-model="analyseConfig.open_flag" :active-value="1" :inactive-value="0" @change="onChangeAnalyseConfig"></el-switch>
</h3>
<div v-if="analyseConfig.statusFlag == 1" style="padding-bottom:10px;color:#303133">
<div v-if="analyseConfig.open_flag == 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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment