|
@@ -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',
|