check.wxml 1.4 KB

1
  1. <view class="task-page data-v-2180740c"><view class="title _div data-v-2180740c">{{item.hdangerTitle}}</view><view class="info _div data-v-2180740c"><view class="item _div data-v-2180740c"><view class="name data-v-2180740c">上报人</view><view class="cont data-v-2180740c">{{item.curAccountName}}</view></view><view class="item _div data-v-2180740c"><view class="name data-v-2180740c">所属部门</view><view class="cont data-v-2180740c">{{item.curGroupName}}</view></view><view class="item _div data-v-2180740c"><view class="name data-v-2180740c">发布时间</view><view class="cont data-v-2180740c">{{$root.m0}}</view></view></view><block wx:if="{{flowData}}"><view class="status _div data-v-2180740c"><view class="head _div data-v-2180740c">整改过程</view><view class="flow-head data-v-2180740c"><label class="flow-user _span data-v-2180740c">{{flowData.groupName+"-"+(flowData.accountName||'***')}}</label><view class="flow-time data-v-2180740c">{{$root.m1}}</view></view><view class="desc _div data-v-2180740c">{{flowData.actionRemark}}</view><view class="attach _div data-v-2180740c"><block wx:for="{{flowData.attachList}}" wx:for-item="attach" wx:for-index="index"><view class="attach-item data-v-2180740c"><image class="image data-v-2180740c" src="{{attach.fileUrl}}" mode="widthFix"></image></view></block></view></view></block><view data-event-opts="{{[['tap',[['onSubmit',['$event']]]]]}}" class="footer data-v-2180740c" bindtap="__e">验收</view></view>