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

页面修改

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