@@ -37,6 +37,7 @@ Ext.define('saas.view.money.report.AccountBalance', {
}, {
text: '日期',
dataIndex: 'date',
+ xtype:'datecolumn',
width: 200
text: '业务类型',
@@ -60,7 +61,7 @@ Ext.define('saas.view.money.report.AccountBalance', {
}
},{
text:'支出',
- dataIndex:'outamount',
+ dataIndex:'inamount',
xtype: 'numbercolumn',
renderer : function(v) {
var arr = (v + '.').split('.');