|
@@ -87,6 +87,7 @@ export default {
|
|
|
{ text: "全部", value: "全部" },
|
|
|
{ text: "课程推荐", value: "课程推荐" },
|
|
|
{ text: "常规回访", value: "常规回访" },
|
|
|
+ { text: "云教练", value: "云教练" },
|
|
|
{ text: "其它", value: "其它" },
|
|
|
],
|
|
|
option2: [],
|
|
@@ -196,6 +197,9 @@ export default {
|
|
|
{ text: "课后及作业回访", value: "课后及作业回访" },
|
|
|
{ text: "练习及乐团表现", value: "练习及乐团表现" },
|
|
|
];
|
|
|
+ } else if (this.value1 == "云教练") {
|
|
|
+ this.purposeStatus = false;
|
|
|
+ this.option2 = [{ text: "体验回访", value: "体验回访" }];
|
|
|
} else if (this.value1 == "其它") {
|
|
|
this.purposeStatus = false;
|
|
|
this.option2 = [{ text: "其它", value: "其它" }];
|