|
|
@ -14,7 +14,7 @@ const columns2 = [ |
|
|
{ prop: 'productCategoryName', width: 200, label: '品类', color: '#55C355' }, |
|
|
{ prop: 'productCategoryName', width: 200, label: '品类', color: '#55C355' }, |
|
|
{ prop: 'outboundDeliveryNetWeight', width: 185, label: '出货重量(吨)' }, |
|
|
{ prop: 'outboundDeliveryNetWeight', width: 185, label: '出货重量(吨)' }, |
|
|
{ prop: 'netWeight', width: 180, label: '纸厂净重(吨)' }, |
|
|
{ prop: 'netWeight', width: 180, label: '纸厂净重(吨)' }, |
|
|
{ prop: 'differenceWeight ', width: 185, label: '差异重量(吨)' } |
|
|
|
|
|
|
|
|
{ prop: 'differenceWeight', width: 185, label: '差异重量(吨)' } |
|
|
] |
|
|
] |
|
|
const columns3 = [ |
|
|
const columns3 = [ |
|
|
{ prop: 'productCategoryName', width: 200, label: '品类', color: '#55C355' }, |
|
|
{ prop: 'productCategoryName', width: 200, label: '品类', color: '#55C355' }, |
|
|
|