Commit 6f64d0a1f51be5c11b29dc39492338ef663ee478

Authored by 史婷婷
1 parent 938ddbe7

feat: 客户开发列表-详情 -增加 订单吨位、发货吨位 字段

Showing 1 changed file with 7 additions and 1 deletions
@@ -20,6 +20,10 @@ @@ -20,6 +20,10 @@
20 </view> 20 </view>
21 <view class="row"><text class="label">目标量</text><text class="value">{{ form.targetQuantity }}</text> 21 <view class="row"><text class="label">目标量</text><text class="value">{{ form.targetQuantity }}</text>
22 </view> 22 </view>
  23 + <view class="row"><text class="label">订单吨位(kg)</text><text class="value">{{ form.orderQuantity }}</text>
  24 + </view>
  25 + <view class="row"><text class="label">发货吨位(kg)</text><text class="value">{{ form.shipmentQuantity }}</text>
  26 + </view>
23 <view class="row"><text class="label">行业</text><text class="value">{{ form.industry }}</text></view> 27 <view class="row"><text class="label">行业</text><text class="value">{{ form.industry }}</text></view>
24 <view class="row"><text class="label">创建日期</text><text class="value">{{ form.createTime }}</text> 28 <view class="row"><text class="label">创建日期</text><text class="value">{{ form.createTime }}</text>
25 </view> 29 </view>
@@ -85,6 +89,8 @@ export default { @@ -85,6 +89,8 @@ export default {
85 productVariety: {}, 89 productVariety: {},
86 monthlyUsage: '', 90 monthlyUsage: '',
87 targetQuantity: '', 91 targetQuantity: '',
  92 + orderQuantity: '',
  93 + shipmentQuantity: '',
88 industry: '', 94 industry: '',
89 mark: '', 95 mark: '',
90 thickness: '', 96 thickness: '',
@@ -316,7 +322,7 @@ export default { @@ -316,7 +322,7 @@ export default {
316 } 322 }
317 323
318 .label { 324 .label {
319 - width: 120rpx; 325 + max-width: 300rpx;
320 line-height: 32rpx; 326 line-height: 32rpx;
321 font-size: 28rpx; 327 font-size: 28rpx;
322 color: rgba(0, 0, 0, 0.6); 328 color: rgba(0, 0, 0, 0.6);