Commit 5516e5e9 authored by 黄奎's avatar 黄奎

页面修改

parent aea2c6c5
......@@ -33,6 +33,15 @@
</q-item-section>
</q-item>
</template>
<template v-slot:option="scope">
<q-item v-bind="scope.itemProps" v-on="scope.itemEvents">
<q-item-section>
<q-item-label class="row flex justify-between">
<span>{{scope.opt.CourseName}}</span><span> 最小成班人数 {{ scope.opt.ScrollMinNum}}</span>
</q-item-label>
</q-item-section>
</q-item>
</template>
</q-select>
<select-tree v-show="saveMsg.CourseId > 0 && editType == 1" :treeData="chapterList"
:defaultArray="returnString" nodeKey="ChapterId" labelKey="ChapterName" childrenKey="ChildList"
......@@ -161,9 +170,9 @@
{{item.CourseName}}
</td>
<td>
<template v-if="item.AppointmentId==0">
{{item.CourseChapterNoName}}
</template>
{{item.FinishChapterNoName}}
</td>
<td>
<template v-if="item.AppointmentId>0">
......@@ -187,8 +196,8 @@
</template>
</td>
<td width="60px">
<q-btn size="8px" class="SurverDel" v-if="item.AppointmentId==0" @click="DeleteStu(index)" round color="red"
icon="iconfont icon-shanchu" />
<q-btn size="8px" class="SurverDel" v-if="item.AppointmentId==0" @click="DeleteStu(index)"
round color="red" icon="iconfont icon-shanchu" />
</td>
</tr>
</tbody>
......@@ -330,6 +339,7 @@
LearnCourseId: gItem.LearnCourseId,
CourseName: gItem.LearnCourseName,
CourseGradeNo: gItem.CourseGradeNo,
FinishChapterNoName: gItem.FinishChapterNoName,
CourseChapterNoName: gItem.CourseChapterNoName,
AppointmentId: gItem.AppointmentId,
CourseGradeId: gItem.CourseGradeId,
......@@ -642,7 +652,7 @@
GuestId: this.stuInfo.GuestId,
LearnCourseId: this.stuInfo.CourseId,
CourseName: this.stuInfo.CourseName,
CourseChapterNoName: this.stuInfo.CourseChapterNoName,
FinishChapterNoName: this.stuInfo.FinishChapterNoName,
AppointmentId: 0,
//学员消课编号
CourseChapterList: [],
......
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