Browse Source

1.资金账户余额表

heqinwei 7 years ago
parent
commit
dc43a60adb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frontend/saas-web/app/view/money/report/AccountBalance.js

+ 2 - 2
frontend/saas-web/app/view/money/report/AccountBalance.js

@@ -44,7 +44,7 @@ Ext.define('saas.view.money.report.AccountBalance', {
             dataIndex: 'kind'
         },{
             text:'收入',
-            dataIndex:'outamount',
+            dataIndex:'inamount',
             xtype: 'numbercolumn',
             renderer : function(v) {
                 var arr = (v + '.').split('.');
@@ -61,7 +61,7 @@ Ext.define('saas.view.money.report.AccountBalance', {
             }
         },{
             text:'支出',
-            dataIndex:'inamount',
+            dataIndex:'outamount',
             xtype: 'numbercolumn',
             renderer : function(v) {
                 var arr = (v + '.').split('.');