Commit f4f1bde7 authored by xinzhedeai's avatar xinzhedeai

add:隐患列表 检查时间字段新增

parent 878f0638
......@@ -28,6 +28,9 @@
<view wx:if="{{msgShow===true&&(item.overtime !== 1)&&(item.hdstatus1===3)}}">
<span >{{newMsg}}</span>
</view>
<view style="margin-bottom:12px;margin-top:-6px;">
<span >检查时间: {{item.hdInspectDate}}</span>
</view>
<view>
<button style="float:left;" type="default" class="editBtn" size="mini" bindtap="editHD" data-index="{{index}}" wx:if="{{!(item.overtime == 1)&&(item.hdstatus1===1)&&!(curRole=='企业员工')}}">查看</button>
<button wx:elif="{{!(item.hdstatus1==1)&&!(curRole=='企业员工')}} " style="float:left;" type="default" class="editBtn" size="mini" bindtap="editHD" data-index="{{index}}" >申请整改</button>
......
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