Commit 23dbf20a authored by 罗超's avatar 罗超

1

parent 59885584
...@@ -327,17 +327,15 @@ ...@@ -327,17 +327,15 @@
><span>{{ __item.StartTime }}-{{ __item.EndTime }}</span> ><span>{{ __item.StartTime }}-{{ __item.EndTime }}</span>
</div> </div>
<div class="flex no-wrap" v-if="__item.ClassType !== 2"> <div class="flex no-wrap" v-if="__item.ClassType !== 2">
<span class="detailLabel">进度</span <span class="detailLabel">进度</span
><span>{{ __item.Ranks }}/{{ __item.TotalPlanNum }}</span> ><span>{{ __item.Ranks }}/{{ __item.TotalPlanNum }}</span>
<span class="q-ml-sm">{{ __item.CourseGradeName }}</span> <span class="q-ml-sm">{{ __item.CourseGradeName }}</span>
</div> </div>
<div class="flex no-wrap"> <div class="flex no-wrap">
<span class="detailLabel"> <span class="detailLabel"> 类型:</span
类型:<span></span
><span v-if="__item.ClassType == 1">跟班</span ><span v-if="__item.ClassType == 1">跟班</span
><span v-if="__item.ClassType == 2">试听课</span ><span v-if="__item.ClassType == 2">试听课</span
><span v-if="__item.ClassType == 3">约课</span></span ><span v-if="__item.ClassType == 3">约课</span>
>
</div> </div>
<div class="flex no-wrap" v-if="__item.ClassType !== 2"> <div class="flex no-wrap" v-if="__item.ClassType !== 2">
...@@ -415,7 +413,7 @@ export default { ...@@ -415,7 +413,7 @@ export default {
return { return {
config: { config: {
AdvanceDay: 0, AdvanceDay: 0,
AppointDay: 7, AppointDay: 7
}, },
pickerOptions: { pickerOptions: {
disabledDate: time => { disabledDate: time => {
...@@ -496,7 +494,7 @@ export default { ...@@ -496,7 +494,7 @@ export default {
"deep-purple", "deep-purple",
"blue", "blue",
"cyan", "cyan",
"deep-orange", "cyan-8",
"brown", "brown",
"blue-grey" "blue-grey"
], ],
...@@ -569,7 +567,7 @@ export default { ...@@ -569,7 +567,7 @@ export default {
}, 100); }, 100);
}, },
getTeacherList() { getTeacherList() {
getTeacherDropDownList({ LeaveStatus: 1 }).then(res => { getTeacherDropDownList({ LeaveStatus: 1,IsShow :1 }).then(res => {
if (res.Code == 1) { if (res.Code == 1) {
this.TeacherList = JSON.parse(JSON.stringify(res.Data)); this.TeacherList = JSON.parse(JSON.stringify(res.Data));
var obj = { var obj = {
...@@ -686,7 +684,7 @@ export default { ...@@ -686,7 +684,7 @@ export default {
}, },
getAppointmentConfig() { getAppointmentConfig() {
GetAppointmentConfig({}).then(res => { GetAppointmentConfig({}).then(res => {
this.config=res.Data this.config = res.Data;
}); });
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment