|
@@ -76,7 +76,7 @@ export default {
|
|
|
dataIndex: 'agentCode',
|
|
|
key: 'agentCode',
|
|
|
title: '交货发货代理人',
|
|
|
- width: 140,
|
|
|
+ width: 155,
|
|
|
},
|
|
|
{
|
|
|
dataIndex: 'agentLevel',
|
|
@@ -103,11 +103,13 @@ export default {
|
|
|
dataIndex: 'riskRating',
|
|
|
key: 'riskRating',
|
|
|
title: '综合风险等级',
|
|
|
+ width: 120,
|
|
|
},
|
|
|
{
|
|
|
dataIndex: 'riskClassification',
|
|
|
key: 'riskClassification',
|
|
|
title: '货物风险等级',
|
|
|
+ width: 120,
|
|
|
},
|
|
|
{
|
|
|
dataIndex: 'checkPoint',
|
|
@@ -123,6 +125,7 @@ export default {
|
|
|
dataIndex: 'weight',
|
|
|
key: 'weight',
|
|
|
title: '重量',
|
|
|
+ width:70
|
|
|
},
|
|
|
],
|
|
|
FormData: {
|