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

页面修改

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