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

1

parent 59885584
......@@ -327,17 +327,15 @@
><span>{{ __item.StartTime }}-{{ __item.EndTime }}</span>
</div>
<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 class="q-ml-sm">{{ __item.CourseGradeName }}</span>
</div>
<div class="flex no-wrap">
<span class="detailLabel">
类型:<span></span
><span v-if="__item.ClassType == 1">跟班</span
><span v-if="__item.ClassType == 2">试听课</span
><span v-if="__item.ClassType == 3">约课</span></span
>
<span class="detailLabel"> 类型:</span
><span v-if="__item.ClassType == 1">跟班</span
><span v-if="__item.ClassType == 2">试听课</span
><span v-if="__item.ClassType == 3">约课</span>
</div>
<div class="flex no-wrap" v-if="__item.ClassType !== 2">
......@@ -415,7 +413,7 @@ export default {
return {
config: {
AdvanceDay: 0,
AppointDay: 7,
AppointDay: 7
},
pickerOptions: {
disabledDate: time => {
......@@ -496,7 +494,7 @@ export default {
"deep-purple",
"blue",
"cyan",
"deep-orange",
"cyan-8",
"brown",
"blue-grey"
],
......@@ -569,7 +567,7 @@ export default {
}, 100);
},
getTeacherList() {
getTeacherDropDownList({ LeaveStatus: 1 }).then(res => {
getTeacherDropDownList({ LeaveStatus: 1,IsShow :1 }).then(res => {
if (res.Code == 1) {
this.TeacherList = JSON.parse(JSON.stringify(res.Data));
var obj = {
......@@ -686,7 +684,7 @@ export default {
},
getAppointmentConfig() {
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