Browse Source

添加类型

lex-xin 4 years ago
parent
commit
8c5b0fa1d2
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/views/visitManager/visitList.vue

+ 4 - 0
src/views/visitManager/visitList.vue

@@ -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: "其它" }];