| 12345678910111213141516171819202122232425 |
- <view catchtouchmove="forbidTouchMove">
- <view>
- <view class="block-line df aic">
- <view>
- <view>运输中船舶数量</view>
- <view>{{indexInfo.transShipCount}}</view>
- </view>
- <view>
- <view>卸货中船舶数量</view>
- <view>{{indexInfo.dischargeShipCount}}</view>
- </view>
- </view>
- <view class="block-line df aic">
- <view>
- <view>在卸吨位</view>
- <view>{{indexInfo.dischargeTons}}/{{indexInfo.totalDischargeTons}}</view>
- </view>
- <view>
- <view>已完成卸货吨位</view>
- <view>{{indexInfo.finshDischargeTons}}</view>
- </view>
- </view>
- </view>
- <Voyages class="voyages"></Voyages>
- </view>
|