Browse Source

Merge branch '03/18VipActive' into 12/16SAAS

lex-wxl 2 years ago
parent
commit
1e1d6f6102

File diff suppressed because it is too large
+ 0 - 0
dist/js/ArrangeWork.9b1ddff3.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/addVisit.7bac7d5f.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/visitList.d956862f.js


+ 1 - 1
src/constant/index.js

@@ -45,5 +45,5 @@ export const coupontypeDetail = {
   MIX:'合奏课',
   VIP:'VIP',
   FULLCOUPON:'全类券',
-  MEMBER:'团练宝'
+  MEMBER:'云教练'
 }

+ 3 - 3
src/views/audition/ArrangeWork.vue

@@ -78,7 +78,7 @@
     </van-cell>
 
     <div class="accompanyHeader">
-      团练宝曲目选择<span>(若作业内容非团练宝曲目则无需选择)</span>
+      云教练曲目选择<span>(若作业内容非云教练曲目则无需选择)</span>
     </div>
     <van-tabs v-model="tabActive" color="#01C1B5">
       <van-tab
@@ -130,7 +130,7 @@
           v-if="item.musicScoreIdList.length < 3"
           @click="addCloud(item)"
         >
-          <van-icon name="plus" size="16px" />增加团练宝训练曲目
+          <van-icon name="plus" size="16px" />增加云教练训练曲目
         </div>
       </van-tab>
     </van-tabs>
@@ -433,7 +433,7 @@ export default {
           .confirm({
             message:
               notAccompanySong.join(",") +
-              "声部未选择团练宝训练曲目,是否继续布置作业?",
+              "声部未选择云教练训练曲目,是否继续布置作业?",
             confirmButtonColor: "#01C1B5",
           })
           .then(() => {

+ 4 - 4
src/views/visitManager/addVisit.vue

@@ -231,7 +231,7 @@ export default {
         headerStatus: true, // 头部是否展示
         studentStatus: false, // 上课学生状态
       },
-      typeList: [{ name: "课程推荐" }, { name: "常规回访" }, { name: "团练宝" }, { name: "其它" }],
+      typeList: [{ name: "课程推荐" }, { name: "常规回访" }, { name: "云教练" }, { name: "其它" }],
       visit: {
         status: false,
         type: null,
@@ -243,7 +243,7 @@ export default {
       form: {
         teacherId: null,
         studentId: query.userId || query.studentId || query.beforeId || null,
-        type: query.userId ? '团练宝' : query.beforeId ? '常规回访' : null,
+        type: query.userId ? '云教练' : query.beforeId ? '常规回访' : null,
         purpose:  query.userId ? '体验回访' : query.beforeId ? '教学内容未达标' : null,
         overview: "",
         feedback: "",
@@ -422,7 +422,7 @@ export default {
           visit.data = [{ name: "新课推荐" }, { name: "续费提醒" }];
         } else if (form.type == "常规回访") {
           visit.data = [{ name: "课后及作业回访" }, { name: "练习及乐团表现" }, { name: "教学内容未达标" },];
-        } else if(form.type == '团练宝') {
+        } else if(form.type == '云教练') {
           visit.data = [{ name: "体验回访" }]
         } else {
           this.$toast("请选择回访类型");
@@ -461,7 +461,7 @@ export default {
       this.dataForm.status = false;
     },
     onEnListShow() {
-      // 从团练宝统计来的,不许改时间,默认当前时间
+      // 从云教练统计来的,不许改时间,默认当前时间
       if (this.id || this.visitFlag) {
         return;
       }

+ 2 - 2
src/views/visitManager/afterVisitList.vue

@@ -87,7 +87,7 @@ export default {
         { text: "全部", value: "全部" },
         { text: "课程推荐", value: "课程推荐" },
         { text: "常规回访", value: "常规回访" },
-        { text: "团练宝", value: "团练宝" },
+        { text: "云教练", value: "云教练" },
         { text: "其它", value: "其它" },
       ],
       option2: [],
@@ -198,7 +198,7 @@ export default {
           { text: "练习及乐团表现", value: "练习及乐团表现" },
           { text: "教学内容未达标", value: "教学内容未达标" },
         ];
-      } else if (this.value1 == "团练宝") {
+      } else if (this.value1 == "云教练") {
         this.purposeStatus = false;
         this.option2 = [{ text: "体验回访", value: "体验回访" }];
       } else if (this.value1 == "其它") {

Some files were not shown because too many files changed in this diff