You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<view class="user-info">
|
|
|
|
<view class="name">{{name}} {{mobile}}</view>
|
|
|
|
<view class="address">{{agencyName}}</view>
|
|
|
|
</view>
|
|
|
|
<view class="qz-container">
|
|
|
|
<view class="list">
|
|
|
|
<view class="item" wx:for="{{list}}" wx:key="{{index}}">
|
|
|
|
<view class="title">
|
|
|
|
<view class="blue">{{item.categoryName}}</view>
|
|
|
|
<view class="time">{{item.happenTime}}</view>
|
|
|
|
</view>
|
|
|
|
<view class="content">
|
|
|
|
{{item.eventContent}}
|
|
|
|
</view>
|
|
|
|
<view class="status">
|
|
|
|
<text>{{item.latestProcessingTime}}</text>
|
|
|
|
<text>{{item.latestProcessingStatus}}</text>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|