修改开始和结束时间显示缺陷

This commit is contained in:
lpq
2023-03-02 22:47:23 +08:00
parent cbb9c4be05
commit afbc27f927
2 changed files with 4 additions and 4 deletions

View File

@@ -29,8 +29,8 @@
<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>