瀏覽代碼

字段调整

hy 7 年之前
父節點
當前提交
2e90ebd19e
共有 1 個文件被更改,包括 4 次插入4 次删除
  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',