From 3be241025c29ca709ba1d037ba844fdd9864f922 Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Fri, 18 Jun 2021 14:31:55 +0800 Subject: [PATCH] no message --- xtends/statics/sale-report/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: '差异重量(吨)' } ]