Browse Source

字段调整

hy 6 years ago
parent
commit
2e90ebd19e
1 changed files with 4 additions and 4 deletions
  1. 4 4
      frontend/saas-web/app/view/money/report/AccountBalance.js

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

@@ -39,14 +39,14 @@ Ext.define('saas.view.money.report.AccountBalance', {
         text: '账户名称',
         dataIndex: 'bankname',
         width: 150
-    }, {
-        text: '业务类型',
-        dataIndex: 'kind',
-        width: 100
     },{
         text: '币别',
         dataIndex: 'currency',
         width: 80,
+    }, {
+        text: '业务类型',
+        dataIndex: 'kind',
+        width: 100
     }, {
         text: '收入(元)',
         dataIndex: 'inamount',