zhuth 7 лет назад
Родитель
Сommit
72331dca4c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      frontend/saas-web/app/view/money/payBalance/FormPanel.js

+ 1 - 1
frontend/saas-web/app/view/money/payBalance/FormPanel.js

@@ -123,7 +123,7 @@ Ext.define('saas.view.money.payBalance.FormPanel', {
             dataIndex: "pd_paycode"
             dataIndex: "pd_paycode"
         }, {
         }, {
             text: "备注",
             text: "备注",
-            dataIndex: "pb_remark",
+            dataIndex: "pd_remark",
             editor:{
             editor:{
                 xtype: 'textfield'
                 xtype: 'textfield'
             }
             }