Commit 739e7186 authored by 黄奎's avatar 黄奎

页面修改

parent fca5f56b
......@@ -67,62 +67,60 @@
<q-card-section>
<div class="text-h6">课程列表</div>
</q-card-section>
<table>
<tbody>
<template v-for="(cItem,cIndex) in calssData">
<tr>
<td width="20%">
{{cItem.ClassName}}
<br>
{{cItem.CourseName}}
<br>
{{cItem.ClassHours}}
</td>
<td width="20%">
代课老师 {{cItem.TeacherName}}
<br>
上课教师 {{cItem.RoomName}}
<br>
开班时间 {{cItem.OpenTime}}
</td>
<td width="20%">
价格
<br>
续费价格 {{cItem.SellPrice}}
<br>
<template v-if="cItem.ClassStepPriceList&&cItem.ClassStepPriceList.length>0">
更多优惠价格
<span class="iconfont icon-xiangxia" style="color: #2961FE;font-size: 10px"></span>
<q-popup-proxy>
<q-banner>
<div class="price-popup">
<div class="price-popup-item" v-for="(x,index2) in cItem.ClassStepPriceList" :key="index2"
style="margin: 5px 0">
<span style="color: #2D2D2D;font-weight: bold">{{x.PersionNum}}人报名<span
style="color:#2860FB;margin-left: 15px">{{x.PersionPrice.toFixed(2)}}</span></span>
</div>
<table class="enrollTotalSearchTable">
<tbody v-for="(cItem,cIndex) in calssData">
<tr>
<td width="20%">
{{cItem.ClassName}}
<br>
{{cItem.CourseName}}
<br>
{{cItem.ClassHours}} 课时
</td>
<td width="20%">
代课老师 {{cItem.TeacherName}}
<br>
上课教师 {{cItem.RoomName}}
<br>
开班时间 {{cItem.OpenTime}}
</td>
<td width="20%">
价格
<br>
续费价格 {{cItem.SellPrice}}
<br>
<template v-if="cItem.ClassStepPriceList&&cItem.ClassStepPriceList.length>0">
更多优惠价格
<span class="iconfont icon-xiangxia" style="color: #2961FE;font-size: 10px"></span>
<q-popup-proxy>
<q-banner>
<div class="price-popup">
<div class="price-popup-item" v-for="(x,index2) in cItem.ClassStepPriceList" :key="index2"
style="margin: 5px 0">
<span style="color: #2D2D2D;font-weight: bold">{{x.PersionNum}}人报名<span
style="color:#2860FB;margin-left: 15px">{{x.PersionPrice.toFixed(2)}}</span></span>
</div>
</q-banner>
</q-popup-proxy>
</template>
</td>
<td width="20%">
招生信息
<br>
计划招收 {{cItem.ClassPersion}}
<br>
已招收 {{cItem.OrderStudentCount}}
</td>
<td rowspan="2" width="20%">
<a style="cursor:pointer" @click="clickClassItem(cItem)">选择此班</a>
</td>
</tr>
<tr>
<td colspan="4">
OP备注 {{cItem.InnerRemark}}
</td>
</tr>
</template>
</div>
</q-banner>
</q-popup-proxy>
</template>
</td>
<td width="20%">
招生信息
<br>
计划招收 {{cItem.ClassPersion}}
<br>
已招收 {{cItem.OrderStudentCount}}
</td>
<td rowspan="2" width="20%">
<a style="cursor:pointer" @click="clickClassItem(cItem)">选择此班</a>
</td>
</tr>
<tr>
<td colspan="4">
OP备注 {{cItem.InnerRemark}}
</td>
</tr>
</tbody>
</table>
<q-input filled stack-label :dense="false" v-model="SaleRemark" style="margin-top: 20px" type="textarea"
......
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