Преглед на файлове

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

zengyicheng преди 2 години
родител
ревизия
5b60bab34b
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  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 == "新技能") {