Browse Source

【BUG-界面标准化】【应收账款明细】【”单据类型“改为”业务类型“】【前端修改】

rainco 7 years ago
parent
commit
f474aa5619
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/view/money/report/RecDetail.js

+ 1 - 1
frontend/saas-web/app/view/money/report/RecDetail.js

@@ -38,7 +38,7 @@ Ext.define('saas.view.money.report.RecDetail', {
         dataIndex: 'rd_code',
         width: 150
     }, {
-        text: '单据类型',
+        text: '业务类型',
         dataIndex: 'rd_kind',
         width: 100
     }, {