提交 d106524f 编写于 作者: 张磊's avatar 张磊

name reg

上级 1a992144
......@@ -69,10 +69,10 @@
</div>
<div class="item">
<div class="label">
检测时间
{{ item.detectionTime ? "检测时间" : "预约时间" }}
</div>
<div class="value">
{{ formatDate(item.detectionTime) || '--' }}
{{ item.detectionTime ? formatDate(item.detectionTime) : item.appointmentTimeStr || '--' }}
</div>
</div>
</div>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册