Commit 928fa8f6 by 黑潮

update: 群发失败设置

parent ccaf6a98
......@@ -9,5 +9,7 @@ export const ecmTypes = [
{ value: 'integral', label: '积分', visible: true },
{ value: 'grade', label: '会员卡升级', visible: false },
{ value: 'qywx', label: '企微任务', visible: false },
{ value: 'qfxx', label: '群发消息', visible: false }
{ value: 'qfxx', label: '群发消息', visible: false },
{ value: 'teltask-fail', label: '群发失败-话务', visible: false },
{ value: 'message-fail', label: '群发失败-短信', visible: false }
];
......@@ -123,6 +123,8 @@ export default {
if (res.result) {
// this.typeOptions.find(el => el.value == 'qywx').visible = true;
this.typeOptions.find(el => el.value == 'qfxx').visible = true;
this.typeOptions.find(el => el.value == 'teltask-fail').visible = true;
this.typeOptions.find(el => el.value == 'message-fail').visible = true;
}
});
getUseStoredFalg().then(res => {
......
......@@ -334,6 +334,8 @@ export default {
if (this.xsxsFlag) {
// this.marketingTypeOptions.find(el => el.value == 'qywx').visible = true;
this.marketingTypeOptions.find(el => el.value == 'qfxx').visible = true;
this.marketingTypeOptions.find(el => el.value == 'teltask-fail').visible = true;
this.marketingTypeOptions.find(el => el.value == 'message-fail').visible = true;
}
});
},
......
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