mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-11 20:06:49 +08:00
fix:面授课详情界面课程开始时间结束时间错误修改
This commit is contained in:
@@ -24,8 +24,8 @@
|
|||||||
<div class="time" style="margin-top: 26px">
|
<div class="time" style="margin-top: 26px">
|
||||||
<img style="width: 15px; height: 17px" src="../../assets/image/time.png" />
|
<img style="width: 15px; height: 17px" src="../../assets/image/time.png" />
|
||||||
<div style="margin-left: 8px">
|
<div style="margin-left: 8px">
|
||||||
{{ dayjs(data.planDto?.beginTime).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')
|
dayjs(data.planDto?.endTime).format('YYYY-MM-DD HH:mm')
|
||||||
}}
|
}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user