|
@@ -39,17 +39,20 @@ export default {
|
|
|
{
|
|
|
dataIndex: 'waybillNo',
|
|
|
key: 'waybillNo',
|
|
|
- title: '运单编号'
|
|
|
+ title: '运单编号',
|
|
|
+ width: 125
|
|
|
},
|
|
|
{
|
|
|
dataIndex: 'mainWaybillNo',
|
|
|
key: 'mainWaybillNo',
|
|
|
- title: '航空主运单编号'
|
|
|
+ title: '航空主运单编号',
|
|
|
+ width: 125
|
|
|
},
|
|
|
{
|
|
|
dataIndex: 'subWaybillNo',
|
|
|
key: 'subWaybillNo',
|
|
|
- title: '运单编号'
|
|
|
+ title: '运单编号',
|
|
|
+ width: 90
|
|
|
},
|
|
|
{
|
|
|
dataIndex: 'cargoName',
|
|
@@ -59,12 +62,14 @@ export default {
|
|
|
{
|
|
|
dataIndex: 'agent',
|
|
|
key: 'agent',
|
|
|
- title: '交货发货代理人'
|
|
|
+ title: '交货发货代理人',
|
|
|
+ width: 140
|
|
|
},
|
|
|
{
|
|
|
dataIndex: 'agentLevel',
|
|
|
key: 'agentLevel',
|
|
|
- title: '代理人诚信等级'
|
|
|
+ title: '代理人诚信等级',
|
|
|
+ width: 125
|
|
|
},
|
|
|
{
|
|
|
dataIndex: 'originAirport',
|
|
@@ -110,7 +115,8 @@ export default {
|
|
|
dataIndex: 'operation',
|
|
|
key: 'operation',
|
|
|
title: '操作',
|
|
|
- scopedSlots: { customRender: 'operation' }
|
|
|
+ scopedSlots: { customRender: 'operation' },
|
|
|
+ width: 120
|
|
|
}
|
|
|
],
|
|
|
tableData: [
|