From eeb235d87f21f239dae64b8a357ec424f672c9d3 Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Fri, 18 Jun 2021 14:32:19 +0800 Subject: [PATCH] no message --- xtends/statics/sale-report/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xtends/statics/sale-report/index.js b/xtends/statics/sale-report/index.js index 565e24a..286e612 100644 --- a/xtends/statics/sale-report/index.js +++ b/xtends/statics/sale-report/index.js @@ -7,7 +7,7 @@ const columns1 = [ { prop: 'productCategoryName', width: 200, label: '品类', color: '#55C355' }, { prop: 'outboundDeliveryNetWeight', width: 180, label: '出货重量(吨)' }, { prop: 'settleWeight', width: 180, label: '结算重量(吨)' }, - { prop: 'settleAvgPrice ', width: 220, label: '结算均价(元/吨)' }, + { prop: 'settleAvgPrice', width: 220, label: '结算均价(元/吨)' }, { prop: 'settlePrice', width: 180, label: '结算金额(元)' } ] const columns2 = [ @@ -20,7 +20,7 @@ const columns3 = [ { prop: 'productCategoryName', width: 200, label: '品类', color: '#55C355' }, { prop: 'netWeight', width: 185, label: '纸厂净重(吨)' }, { prop: 'settleWeight', width: 185, label: '结算重量(吨)' }, - { prop: 'avgDeductPercent ', width: 180, label: '平均扣点(%)' } + { prop: 'avgDeductPercent', width: 180, label: '平均扣点(%)' } ] Scene({