| | |
| | | </view>
|
| | | <view class="line">
|
| | | <text class="label">总运输量</text>
|
| | | <text class="value">{{ item.totalNum }}万支</text>
|
| | | <text class="value">{{ item.totalNum || item.ioQty}}万支</text>
|
| | | </view>
|
| | | <view class="line" v-if="item.carrierName">
|
| | | <text class="label">运输公司</text>
|
| | |
| | | </view>
|
| | | <view class="line">
|
| | | <text class="label">总运输量</text>
|
| | | <text class="value">{{ item.totalNum }}万支</text>
|
| | | <text class="value">{{ item.totalNum || item.ioQty }}万支</text>
|
| | | </view>
|
| | | <view class="line" v-if="item.carrierName">
|
| | | <text class="label">运输公司</text>
|
| | |
| | | flex-wrap: wrap;
|
| | |
|
| | | .item {
|
| | | width: 210rpx;
|
| | | height: 80rpx;
|
| | | display: flex;
|
| | | justify-content: center;
|
| | | align-items: center;
|
| | | width: 220rpx;
|
| | | height: 80rpx; |
| | | line-height: 80rpx; |
| | | text-align: center;
|
| | | background: #ffffff;
|
| | | border-radius: 8rpx;
|
| | | border: 1rpx solid #999999;
|
| | | font-size: 30rpx;
|
| | | color: #222222;
|
| | | margin-bottom: 20rpx;
|
| | | margin-right: 30rpx;
|
| | |
|
| | | margin-bottom: 15rpx;
|
| | | margin-right: 15rpx;
|
| | | white-space: nowrap; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis;
|
| | | &:nth-of-type(3n) {
|
| | | margin-right: 0;
|
| | | }
|