Commit 511d4e56 by caoyanzhi

update: 调整文案

parent 071f9094
......@@ -753,7 +753,7 @@ export default {
const flag = Number(time[0]) < 9 || (Number(time[0]) == 23 && Number(time[2]) > 0);
if (this.hasRealTime && flag) {
// 非实时分组人群,当前时段
this.$tips({ type: 'warning', message: '当前时段不可选择非实时分组人群,请修改执行时间或者适用人群' });
this.$tips({ type: 'warning', message: '计划执行时间在9:00-23:00之外,无法选择“非实时”的会员分组' });
return;
}
} else if (this.form.execType !== 1) {
......
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