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

页面修改

parent fca5f56b
......@@ -67,16 +67,15 @@
<q-card-section>
<div class="text-h6">课程列表</div>
</q-card-section>
<table>
<tbody>
<template v-for="(cItem,cIndex) in calssData">
<table class="enrollTotalSearchTable">
<tbody v-for="(cItem,cIndex) in calssData">
<tr>
<td width="20%">
{{cItem.ClassName}}
<br>
{{cItem.CourseName}}
<br>
{{cItem.ClassHours}}
{{cItem.ClassHours}} 课时
</td>
<td width="20%">
代课老师 {{cItem.TeacherName}}
......@@ -122,7 +121,6 @@
OP备注 {{cItem.InnerRemark}}
</td>
</tr>
</template>
</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