소스 검색

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 == "新技能") {