index.wxml 2.5 KB

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