Browse Source

Merge branch 'master' of https://git.cocorobo.cn/CocoRoboLabs/pbl-teacher-table

zengyicheng 2 years ago
parent
commit
5b60bab34b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/components/pages/course.vue

+ 2 - 0
src/components/pages/course.vue

@@ -354,6 +354,8 @@ export default {
               typea = this.courseTypeId[this.CourseType[0][i].id];
             } else if (this.CourseType[0][i].name == "专栏") {
               typeb = this.courseTypeId[this.CourseType[0][i].id];
+            } else if (this.CourseType[0][i].name == "栏目") {
+              typeb = this.courseTypeId[this.CourseType[0][i].id];
             } else if (this.CourseType[0][i].name == "学院") {
               typeb = this.courseTypeId[this.CourseType[0][i].id];
             } else if (this.CourseType[0][i].name == "新技能") {