|
@ -28,7 +28,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view> |
|
|
<view> |
|
|
<view class="flex pl-16 mt-24"> |
|
|
<view class="flex pl-16 mt-24"> |
|
|
<view class="mr-30">处理状态</view> |
|
|
<view class="mr-30">处理状态:</view> |
|
|
<view class="value" style="color:{{item.state === '待处理'?'#ff9f00':''}}" >{{item.state}}</view> |
|
|
<view class="value" style="color:{{item.state === '待处理'?'#ff9f00':''}}" >{{item.state}}</view> |
|
|
</view> |
|
|
</view> |
|
|
<view wx:if="{{item.handleImages.length != 0}}" class="pl-16 m-top-16"> |
|
|
<view wx:if="{{item.handleImages.length != 0}}" class="pl-16 m-top-16"> |
|
@ -41,7 +41,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view wx:if="{{item.handleDescribe}}" class="pl-16 m-top-16 flex"> |
|
|
<view wx:if="{{item.handleDescribe}}" class="pl-16 m-top-16 flex"> |
|
|
<view class="minWidth">处理说明</view> |
|
|
<view class="minWidth">处理说明:</view> |
|
|
<view class="value">{{item.handleDescribe}}</view> |
|
|
<view class="value">{{item.handleDescribe}}</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|