histroy.wxml 2.5 KB

1
  1. <view class="reviewHistory data-v-b5d417c4"><block wx:if="{{$root.g0>0}}"><uni-section vue-id="04addeb0-1" title="历史记录" type="line" class="data-v-b5d417c4" bind:__l="__l"></uni-section><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><uni-group vue-id="{{'04addeb0-2-'+index}}" title="{{item.$orig.activityInsTitle}}" mode="card" class="data-v-b5d417c4" bind:__l="__l" vue-slots="{{['default']}}"><uni-list vue-id="{{('04addeb0-3-'+index)+','+('04addeb0-2-'+index)}}" class="data-v-b5d417c4" bind:__l="__l" vue-slots="{{['default']}}"><uni-list-item vue-id="{{('04addeb0-4-'+index)+','+('04addeb0-3-'+index)}}" title="处理时间" right-text="{{item.$orig.actionTime}}" class="data-v-b5d417c4" bind:__l="__l"></uni-list-item><uni-list-item vue-id="{{('04addeb0-5-'+index)+','+('04addeb0-3-'+index)}}" title="人员" right-text="{{item.$orig.accountName}}" class="data-v-b5d417c4" bind:__l="__l"></uni-list-item><uni-list-item vue-id="{{('04addeb0-6-'+index)+','+('04addeb0-3-'+index)}}" title="处理关卡" right-text="{{item.$orig.activityInsTitle}}" class="data-v-b5d417c4" bind:__l="__l"></uni-list-item><uni-list-item vue-id="{{('04addeb0-7-'+index)+','+('04addeb0-3-'+index)}}" title="处理动作" right-text="{{item.$orig.actionTitle}}" class="data-v-b5d417c4" bind:__l="__l"></uni-list-item><uni-list-item vue-id="{{('04addeb0-8-'+index)+','+('04addeb0-3-'+index)}}" title="处理说明" note="{{item.$orig.actionRemark}}" class="data-v-b5d417c4" bind:__l="__l"></uni-list-item><uni-list-item vue-id="{{('04addeb0-9-'+index)+','+('04addeb0-3-'+index)}}" title="附件" class="data-v-b5d417c4" bind:__l="__l" vue-slots="{{['header','body']}}"><view style="padding-right:16rpx;" class="data-v-b5d417c4" slot="header">附件</view><view slot="body" class="data-v-b5d417c4"><block wx:if="{{item.g1>0}}"><view class="attachList-box data-v-b5d417c4"><block wx:for="{{item.$orig.attachList}}" wx:for-item="attach" wx:for-index="index" wx:key="index"><image class="attach data-v-b5d417c4" src="{{attach.fileUrl}}" mode="widthFix" data-event-opts="{{[['tap',[['preview',['$0'],[[['items','',index,'attachList']]]]]]]}}" bindtap="__e"></image></block></view></block><block wx:else><view style="font-size:28rpx;color:#666;" class="data-v-b5d417c4">没有附件</view></block></view></uni-list-item></uni-list></uni-group></block></block><block wx:else><view class="empty data-v-b5d417c4"><image class="icon-empty data-v-b5d417c4" src="/static/icon/empty.png" mode="widthFix"></image><view class="_p data-v-b5d417c4">暂无历史信息</view></view></block></view>