xiaofei hai 1 ano
pai
achega
030122629d
Modificáronse 1 ficheiros con 13 adicións e 13 borrados
  1. 13 13
      src/modules/base/components/course-simple/CourseSimpleDetail.vue

+ 13 - 13
src/modules/base/components/course-simple/CourseSimpleDetail.vue

@@ -34,8 +34,8 @@
 </template>
 
 <script>
-import ClazzSimpleManage from "./ClazzSimpleManage.vue";
-import TeacherSimpleManage from "./TeacherSimpleManage.vue";
+// import ClazzSimpleManage from "./ClazzSimpleManage.vue";
+// import TeacherSimpleManage from "./TeacherSimpleManage.vue";
 import CourseTargetManage from "./CourseTargetManage.vue";
 import CourseEvaluationManage from "./CourseEvaluationManage.vue";
 import CourseWeightManage from "./CourseWeightManage.vue";
@@ -44,8 +44,8 @@ import { mapActions } from "vuex";
 export default {
   name: "course-simple-detail",
   components: {
-    ClazzSimpleManage,
-    TeacherSimpleManage,
+    // ClazzSimpleManage,
+    // TeacherSimpleManage,
     CourseTargetManage,
     CourseEvaluationManage,
     CourseWeightManage,
@@ -61,16 +61,16 @@ export default {
   data() {
     return {
       modalIsShow: false,
-      curTab: "ClazzSimpleManage",
+      curTab: "CourseTargetManage",
       tabs: [
-        {
-          name: "教学班",
-          val: "ClazzSimpleManage",
-        },
-        {
-          name: "教师团队管理",
-          val: "TeacherSimpleManage",
-        },
+        // {
+        //   name: "教学班",
+        //   val: "ClazzSimpleManage",
+        // },
+        // {
+        //   name: "教师团队管理",
+        //   val: "TeacherSimpleManage",
+        // },
         {
           name: "课程目标管理",
           val: "CourseTargetManage",