From 2e1cfc772f26d590c74f77b2cb1cdf776b00e6fe Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Fri, 18 Jun 2021 14:33:51 +0800 Subject: [PATCH] no message --- xtends/statics/gross-report/index.js | 2 +- xtends/statics/sale-report/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' },