index.wxml 801 B

123456789101112131415161718192021222324252627
  1. <view>
  2. <view class="block-line df aic">
  3. <view>
  4. <view>运输中船舶数量</view>
  5. <view>{{indexInfo.transShipCount}}</view>
  6. </view>
  7. <view>
  8. <view>卸货中船舶数量</view>
  9. <view>{{indexInfo.dischargeShipCount}}</view>
  10. </view>
  11. </view>
  12. <view class="block-line df aic">
  13. <view>
  14. <view>在卸吨位</view>
  15. <view>{{indexInfo.dischargeTons}}/{{indexInfo.totalDischargeTons}}</view>
  16. </view>
  17. <view>
  18. <view>已完成卸货吨位</view>
  19. <view>{{indexInfo.finshDischargeTons}}</view>
  20. </view>
  21. </view>
  22. </view>
  23. <input class="p10 m30a" style="border: 1rpx solid grey;width: 80%;background: #fff;" type="text" placeholder="搜索船舶信息" />
  24. <view class="df aic jcsa">
  25. <view>运输中</view>
  26. <view>卸货中</view>
  27. </view>