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

页面修改

parent fca5f56b
...@@ -67,16 +67,15 @@ ...@@ -67,16 +67,15 @@
<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}}
...@@ -122,7 +121,6 @@ ...@@ -122,7 +121,6 @@
OP备注 {{cItem.InnerRemark}} OP备注 {{cItem.InnerRemark}}
</td> </td>
</tr> </tr>
</template>
</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