Browse Source

Merge branch 'master' of http://git.jishutao.com/jishutao/kede-client

liting2017 6 years ago
parent
commit
53f0960ba5
1 changed files with 3 additions and 2 deletions
  1. 3 2
      js/component/manageCenter/order/orderNew/press.jsx

+ 3 - 2
js/component/manageCenter/order/orderNew/press.jsx

@@ -233,7 +233,7 @@ const IntentionCustomer = Form.create()(React.createClass({
                     key: 'liquidationStatus',
                     render:text=>{return getLiquidationStatus(text)}
                 }, {
-                    title: '已收款',
+                    title: '已收款(万)',
                     dataIndex: 'settlementAmount',
                     key: 'settlementAmount'
                 },{
@@ -243,7 +243,8 @@ const IntentionCustomer = Form.create()(React.createClass({
                 },{
                     title: '催收科目',
                     dataIndex: 'dunSubject',
-                    key: 'dunSubject'
+                    key: 'dunSubject',
+                    render: text=>{return getjiedian(text)}
                 },{
                     title: '催款启动日期',
                     dataIndex: 'startDate',