|
@@ -199,13 +199,13 @@ export default {
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
- { title: '总箱数', dataIndex: 'boxNumber', width: 120, className: 'replacecolor', ellipsis: true, },
|
|
|
- { title: '总毛重', dataIndex: 'totalGrossWeight', width: 120, className: 'replacecolor', ellipsis: true, },
|
|
|
- { title: '总体积', dataIndex: 'totalVolume', width: 150, className: 'replacecolor', ellipsis: true, },
|
|
|
+ { title: '总箱数', dataIndex: 'boxNumber', width: 100, className: 'replacecolor', ellipsis: true, },
|
|
|
+ { title: '总毛重', dataIndex: 'totalGrossWeight', width: 100, className: 'replacecolor', ellipsis: true, },
|
|
|
+ { title: '总体积', dataIndex: 'totalVolume', width: 100, className: 'replacecolor', ellipsis: true, },
|
|
|
{
|
|
|
title: '金额',
|
|
|
dataIndex: 'money',
|
|
|
- width: 140,
|
|
|
+ width: 120,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|
|
@@ -241,7 +241,7 @@ export default {
|
|
|
// customRender: t => ellipsis(t),
|
|
|
// className: 'replacecolor'
|
|
|
// },
|
|
|
- { title: '贸易国别', dataIndex: 'tradeCountry', width: 100, className: 'replacecolor' , ellipsis: true,},
|
|
|
+ { title: '贸易国别', dataIndex: 'tradeCountry', width: 120, className: 'replacecolor' , ellipsis: true,},
|
|
|
{ title: '运抵国别', dataIndex: 'arriveInCountry', width: 100, className: 'replacecolor', ellipsis: true, },
|
|
|
{ title: '出口口岸', dataIndex: 'exportPort', width: 100, className: 'replacecolor', ellipsis: true, },
|
|
|
// {
|