Jelajahi Sumber

名字修复完成

1
mo 3 tahun lalu
induk
melakukan
9145f0c388

+ 4 - 1
src/views/audition/ManageEvaluation.vue

@@ -246,6 +246,7 @@ export default {
     }
   },
   mounted() {
+    document.title = "线上课评价";
     let params = this.$route.query;
     if (params.Authorization) {
       localStorage.setItem("Authorization", decodeURI(params.Authorization));
@@ -390,7 +391,9 @@ export default {
         PRACTICE: this.iconList.pIcon,
         COMM: this.iconList.wIcon,
       };
-      return obj[type];
+
+      
+      return obj[type] || this.iconList.vIcon;
     },
   },
   filters: {

+ 1 - 1
src/views/teacher/VIP00Apply.vue

@@ -661,7 +661,7 @@ export default {
       localStorage.setItem("Authorization", decodeURI(params.Authorization));
       localStorage.setItem("userInfo", decodeURI(params.Authorization));
     }
-    document.title = "VIP课程申请";
+    document.title = "VIP课程申请";
     if (browser().android) {
       this.headerStatus = true;
     }

+ 1 - 1
src/views/teacher/VIP11Apply.vue

@@ -561,7 +561,7 @@ export default {
       localStorage.setItem("Authorization", decodeURI(params.Authorization));
       localStorage.setItem("userInfo", decodeURI(params.Authorization));
     }
-    document.title = "VIP课程申请";
+    document.title = "VIP课程申请";
     if (browser().android) {
       this.headerStatus = true;
     }

+ 1 - 0
src/views/teacher/tobeReport.vue

@@ -39,6 +39,7 @@ export default {
     }
   },
   mounted() {
+     document.title = "待完成月报";
     getNeedPost().then((res) => {
       if (res.data.code == 200) {
         if (res.data.data.length > 0) {