diff --git a/xtends/statics/gross-report/index.js b/xtends/statics/gross-report/index.js index fa4a11b..dd0cab9 100644 --- a/xtends/statics/gross-report/index.js +++ b/xtends/statics/gross-report/index.js @@ -15,7 +15,7 @@ Scene({ { prop: 'productCategoryName', width: 200, label: '品类', color: '#55C355' }, { prop: 'receiptPrice', width: 200, label: '采购金额(元)' }, { prop: 'salesPrice', width: 200, label: '销售金额(元)' }, - { prop: 'grossProfit', width: 175, label: '毛利(元)' } + { prop: 'grossProfit', width: 150, label: '毛利(元)' } ], reportInfo:{ productGrossProfitReportList: [],