@@ -127,7 +127,7 @@ Ext.define('saas.view.sale.report.SaleProfit', {
}, {
text: '税额(元)',
exportFormat: 'Amount',
- dataIndex: 'pd_ordertotal - pd_nettotal',
+ dataIndex: 'pd_ordertotal-pd_nettotal',
xtype: 'numbercolumn',
width:120,
renderer: function(v) {