Commit 4c06f3da authored by zhengke's avatar zhengke

修改

parent 604116a6
......@@ -160,9 +160,14 @@
</div>
</q-td>
</template>
<template v-slot:body-cell-ClassDate2="props">
<q-td :prop="props">
<span style="color:red">{{props.row.ClassDate2}}</span>
</q-td>
</template>
<template v-slot:body-cell-PlanTimeList2="props">
<q-td :props="props">
<div v-for="(item,index) in props.row.PlanTimeList">
<div style="color:red;" v-for="(item,index) in props.row.PlanTimeList">
{{index+1}}节课 {{item.StartTime}}-{{item.EndTime}}
</div>
</q-td>
......@@ -242,7 +247,7 @@
<div class="replayReason">
<div class="replay_Title">变更原因</div>
<div style="color: rgb(102, 102, 102); margin-top: 5px;">
{{setingObj.DataObj.Remarks}}
</div>
</div>
<div v-if="showType==2">
......
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