| 1234567891011121314151617181920212223242526 |
- <view class="toptip {{tipStaus}} text-white {{tipType}}" style='top:{{CustomBar}}px;'>{{tipText}}</view>
- <cu-custom bgColor="bg-color" isBack="{{true}}" title="订单城市分布">
- <!-- <view slot="content">监测数量</view> -->
- </cu-custom>
- <view class="sj_yc" wx:if="{{orderWaringOnline6Data.length != 0}}">
- <view class="sj_yc_item" wx:for="{{orderWaringOnline6Data}}" wx:key="index">
- <view class="sj_yc_tr1">
- <view>订单号</view>
- <view>收货客户</view>
- <view>承运商</view>
- </view>
- <view class="sj_yc_tr2">
- <view>{{item.code}}</view>
- <view>{{item.cusName}}</view>
- <view>{{item.transportName}}</view>
- </view>
- <view class="sj_yc_tr3">
- <view>温度预警</view>
- <view>时间</view>
- </view>
- <view class="sj_yc_tr4">
- <view>请检查设备是否正常</view>
- <view>{{item.waringTime}}</view>
- </view>
- </view>
- </view>
|