Browse Source

1.结算编号改为结算号

heqinwei 7 years ago
parent
commit
978044283e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/view/money/fundtransfer/QueryPanel.js

+ 1 - 1
frontend/saas-web/app/view/money/fundtransfer/QueryPanel.js

@@ -134,7 +134,7 @@ Ext.define('saas.view.money.fundtransfer.QueryPanel', {
             dataIndex: 'ftd_paymethod',
             dataIndex: 'ftd_paymethod',
             width: 120
             width: 120
         }, {
         }, {
-            text: '结算号',
+            text: '结算号',
             dataIndex: 'ftd_paycode',
             dataIndex: 'ftd_paycode',
             width: 120
             width: 120
         }, {
         }, {