11wqe1 1 месяц назад
Родитель
Сommit
5d00ca5c56
1 измененных файлов с 6 добавлено и 2 удалено
  1. 6 2
      src/components/main/courseSelect.vue

+ 6 - 2
src/components/main/courseSelect.vue

@@ -148,8 +148,12 @@
       </el-row>
     </div>
   </div>
-  <div class="grandTitle2" v-if="gotype.gotype == 'bjs'" style="margin-top: 15px;">人工智能特色课</div>
-  <div class="grandTitle3" v-if="gotype.gotype == 'bjs'" style="margin-top: 15px;">智能体课程</div>
+  <div class="grandTitle2" v-if="gotype.gotype == 'bjs'" style="margin-top: 20px;">人工智能特色课</div>
+  <div class="course_select" v-if="gotype.gotype == 'bjs'">
+    <span class="grandTitle">课程类型:</span>
+    <el-button class="el_button_active">智能体课程</el-button>
+    <!-- <el-button :class="!courseTypeShow ? 'el_button_active' : ''" @click="SwitchCourseType(false)">AI通识课2024版</el-button> -->
+  </div>
   <div class="course_select" v-if="gotype.gotype == 'bjs'">
     <span class="grandTitle">模块:</span>
     <el-button :class="selectmod == '模块一' ? 'el_button_active' : ''" @click="clickmod('模块一')">模块一</el-button>