|
...
|
...
|
@@ -112,7 +112,7 @@ |
|
112
|
112
|
getDicName('CUSTOMER_CATEGORY', form.suggestedCategory, categoryOptions) }}</text>
|
|
113
|
113
|
</text>
|
|
114
|
114
|
</view>
|
|
115
|
|
- <view class="row"><text class="label">授信额度</text><text class="value">{{ form.creditLimit }} 万元</text></view>
|
|
|
115
|
+ <view class="row"><text class="label">授信额度</text><text class="value">{{ form.creditLimit }}</text></view>
|
|
116
|
116
|
<view class="row"><text class="label">结算期限</text><text class="value">{{ form.settlementPeriod }}</text>
|
|
117
|
117
|
</view>
|
|
118
|
118
|
<view class="row"><text class="label">加工操作方案</text><text class="value">{{ form.materialSupplyPlan }}</text>
|
|
...
|
...
|
@@ -333,7 +333,9 @@ export default { |
|
333
|
333
|
font-size: 28rpx;
|
|
334
|
334
|
color: rgba(0, 0, 0, 0.9);
|
|
335
|
335
|
text-align: right;
|
|
336
|
|
-
|
|
|
336
|
+ white-space: pre-wrap;
|
|
|
337
|
+ word-break: break-all;
|
|
|
338
|
+
|
|
337
|
339
|
.category {
|
|
338
|
340
|
display: inline-block;
|
|
339
|
341
|
padding: 4rpx 12rpx;
|
...
|
...
|
|