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