diff --git a/xtends/statics/sale-report/index.js b/xtends/statics/sale-report/index.js index df81add..565e24a 100644 --- a/xtends/statics/sale-report/index.js +++ b/xtends/statics/sale-report/index.js @@ -12,7 +12,7 @@ const columns1 = [ ] const columns2 = [ { prop: 'productCategoryName', width: 200, label: '品类', color: '#55C355' }, - { prop: 'outboundDeliveryNetWeight ', width: 185, label: '出货重量(吨)' }, + { prop: 'outboundDeliveryNetWeight', width: 185, label: '出货重量(吨)' }, { prop: 'netWeight', width: 180, label: '纸厂净重(吨)' }, { prop: 'differenceWeight ', width: 185, label: '差异重量(吨)' } ]