Explorar el Código

添加直播课类型

lex hace 2 años
padre
commit
f1d82bc0c7
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/utils/vueFilter.js

+ 2 - 1
src/utils/vueFilter.js

@@ -77,7 +77,8 @@ Vue.filter("coursesType", value => {
     COMM: "对外课",
     MUSIC: "乐团课",
     HIGH_ONLINE: "线上基础技能课",
-    MUSIC_NETWORK: "乐团网管课"
+    MUSIC_NETWORK: "乐团网管课",
+    LIVE: "直播课"
   };
   return template[value];
 });