Commit 33d8b0f0 authored by 周昊's avatar 周昊

1、添加任务单详情风险清单显示所属房间

parent 1d165ffd
......@@ -197,6 +197,10 @@
<van-col span="9">上报时间:</van-col>
<van-col span="15">{{ timestampToTimes(item.createTime, "DT2") }}</van-col>
</van-row>
<van-row gutter="">
<van-col span="9">所属房间:</van-col>
<van-col span="15">{{ item.buildingName + item.floorName + item.roomName }}</van-col>
</van-row>
</van-col>
</van-col>
<van-col span="4">
......
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