abnormal.wxml 919 B

1234567891011121314151617181920212223242526
  1. <view class="toptip {{tipStaus}} text-white {{tipType}}" style='top:{{CustomBar}}px;'>{{tipText}}</view>
  2. <cu-custom bgColor="bg-color" isBack="{{true}}" title="订单城市分布">
  3. <!-- <view slot="content">监测数量</view> -->
  4. </cu-custom>
  5. <view class="sj_yc" wx:if="{{orderWaringOnline6Data.length != 0}}">
  6. <view class="sj_yc_item" wx:for="{{orderWaringOnline6Data}}" wx:key="index">
  7. <view class="sj_yc_tr1">
  8. <view>订单号</view>
  9. <view>收货客户</view>
  10. <view>承运商</view>
  11. </view>
  12. <view class="sj_yc_tr2">
  13. <view>{{item.code}}</view>
  14. <view>{{item.cusName}}</view>
  15. <view>{{item.transportName}}</view>
  16. </view>
  17. <view class="sj_yc_tr3">
  18. <view>温度预警</view>
  19. <view>时间</view>
  20. </view>
  21. <view class="sj_yc_tr4">
  22. <view>请检查设备是否正常</view>
  23. <view>{{item.waringTime}}</view>
  24. </view>
  25. </view>
  26. </view>