Commit def4ebc0 authored by 黄奎's avatar 黄奎

页面修改

parent ab4e0b30
......@@ -290,7 +290,7 @@
<template v-slot:body-cell-TimeList="props">
<q-td auto-width :props="props">
<div v-for="(item,index) in props.row.TimeList" class="lessForm_Class" :key="index">
{{index+1}}节课 {{item.StartTime}}-{{item.EndTime}} (<font style="color:red;font-weight:bold;">{{item.TimeHour}}</font>课时)
{{index+1}}节课 {{item.StartTime}}-{{item.EndTime}} (<font style="color:red;font-weight:bold;">{{item.TimeHour}}课时</font>)
</div>
</q-td>
</template>
......
......@@ -33,6 +33,9 @@
<div class="plan_LeftTitle">上课时间:</div>
<div class="plan_RightInner">
{{ subItem.StartTime }}-{{ subItem.EndTime }}
<template v-if="subItem.TimeHour&&subItem.TimeHour>0">
<font style="color:red;font-weight:bold">({{subItem.TimeHour}}课时)</font>
</template>
</div>
</div>
<div class="plan_Inner" v-if="subItem.ClassName && subItem.ClassType !== 3">
......
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