fix:面授课详情界面课程开始时间结束时间错误修改

This commit is contained in:
wyx
2022-12-29 11:11:02 +08:00
parent 7191bb4ad6
commit c1186676ad

View File

@@ -24,8 +24,8 @@
<div class="time" style="margin-top: 26px">
<img style="width: 15px; height: 17px" src="../../assets/image/time.png" />
<div style="margin-left: 8px">
{{ dayjs(data.planDto?.beginTime).format('YYYY-MM-DD HH:MM') + " 至 " +
dayjs(data.planDto?.endTime).format('YYYY-MM-DD HH:MM')
{{ dayjs(data.planDto?.beginTime).format('YYYY-MM-DD HH:mm') + " 至 " +
dayjs(data.planDto?.endTime).format('YYYY-MM-DD HH:mm')
}}
</div>
</div>