|
@@ -160,14 +160,6 @@
|
|
<el-table-column align="center"
|
|
<el-table-column align="center"
|
|
prop="educationalTeacherName"
|
|
prop="educationalTeacherName"
|
|
label="乐团主管"></el-table-column>
|
|
label="乐团主管"></el-table-column>
|
|
- <el-table-column align="center"
|
|
|
|
- prop="courseIds"
|
|
|
|
- width="100"
|
|
|
|
- label="服务课程">
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
- <copy-text>{{scope.row.courseIds || '课外训练'}}</copy-text>
|
|
|
|
- </template>
|
|
|
|
- </el-table-column>
|
|
|
|
<!-- <el-table-column align="center" label="当前有VIP课" width="100" >
|
|
<!-- <el-table-column align="center" label="当前有VIP课" width="100" >
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div>{{scope.row.existVipCourse?'是':'否'}}</div>
|
|
<div>{{scope.row.existVipCourse?'是':'否'}}</div>
|
|
@@ -245,14 +237,6 @@
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column align="center"
|
|
<el-table-column align="center"
|
|
- width="120"
|
|
|
|
- label="服务周期">
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
- <div>{{dayjs(scope.row.monday).format('YYYY-MM-DD')}}</div>
|
|
|
|
- <div>{{dayjs(scope.row.sunday).format('YYYY-MM-DD')}}</div>
|
|
|
|
- </template>
|
|
|
|
- </el-table-column>
|
|
|
|
- <el-table-column align="center"
|
|
|
|
label="操作">
|
|
label="操作">
|
|
<!-- -->
|
|
<!-- -->
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
@@ -278,7 +262,6 @@ import axios from "axios";
|
|
import { getToken } from "@/utils/auth";
|
|
import { getToken } from "@/utils/auth";
|
|
import pagination from "@/components/Pagination/index";
|
|
import pagination from "@/components/Pagination/index";
|
|
import load from "@/utils/loading";
|
|
import load from "@/utils/loading";
|
|
-import dayjs from 'dayjs'
|
|
|
|
import { getEmployeeOrgan, getTeacher } from "@/api/buildTeam";
|
|
import { getEmployeeOrgan, getTeacher } from "@/api/buildTeam";
|
|
import { findStudentExtracurricularExercisesSituations } from "@/api/afterSchool";
|
|
import { findStudentExtracurricularExercisesSituations } from "@/api/afterSchool";
|
|
// findStudentExtracurricularExercisesSituations
|
|
// findStudentExtracurricularExercisesSituations
|
|
@@ -346,7 +329,6 @@ export default {
|
|
this.init();
|
|
this.init();
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
- dayjs,
|
|
|
|
init () {
|
|
init () {
|
|
if (this.$route.query.teacherId) {
|
|
if (this.$route.query.teacherId) {
|
|
this.searchForm.teacherId = this.$route.query.teacherId * 1;
|
|
this.searchForm.teacherId = this.$route.query.teacherId * 1;
|