diff --git a/xtends/statics/gross-report/index.js b/xtends/statics/gross-report/index.js index 2d286c9..bd6afd4 100644 --- a/xtends/statics/gross-report/index.js +++ b/xtends/statics/gross-report/index.js @@ -14,7 +14,7 @@ Scene({ columns: [ { prop: 'productCategoryName', width: 200, label: '品类', color: '#55C355' }, { prop: 'receiptPrice', width: 200, label: '采购金额(元)' }, - { prop: 'salesPrice ', width: 200, label: '销售金额(元)' }, + { prop: 'salesPrice', width: 200, label: '销售金额(元)' }, { prop: 'grossProfit', width: 175, label: '毛利(元)' } ], reportInfo:{ diff --git a/xtends/statics/sale-report/index.js b/xtends/statics/sale-report/index.js index 286e612..fa12c3c 100644 --- a/xtends/statics/sale-report/index.js +++ b/xtends/statics/sale-report/index.js @@ -14,7 +14,7 @@ const columns2 = [ { prop: 'productCategoryName', width: 200, label: '品类', color: '#55C355' }, { prop: 'outboundDeliveryNetWeight', width: 185, label: '出货重量(吨)' }, { prop: 'netWeight', width: 180, label: '纸厂净重(吨)' }, - { prop: 'differenceWeight ', width: 185, label: '差异重量(吨)' } + { prop: 'differenceWeight', width: 185, label: '差异重量(吨)' } ] const columns3 = [ { prop: 'productCategoryName', width: 200, label: '品类', color: '#55C355' },