Commit 6add2980 authored by 黄奎's avatar 黄奎

页面修改

parent 617b42f2
......@@ -313,7 +313,14 @@
</template>
<!--固定日期调整-->
<template v-if="setingObj.DataObj.MoveType==1">
<!--取消课程-->
<template v-if="setingObj.DataObj.ChangeType==4">
取消:<template
v-if="setingObj.DataObj.OldChangePlanItemList&&setingObj.DataObj.OldChangePlanItemList.length>0"
v-for="(sItem,sIndex) in setingObj.DataObj.OldChangePlanItemList">
{{sItem.ClassDateStr}}
</template>
</template>
</template>
<div class="replayReason">
<div class="replay_Title">变更原因</div>
......
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