|
@@ -50,7 +50,7 @@ class PressMoney extends Component {
|
|
|
title: "订单负责人",
|
|
|
dataIndex: "salesmanName",
|
|
|
key: "salesmanName",
|
|
|
- width: 120,
|
|
|
+ width: 110,
|
|
|
},
|
|
|
{
|
|
|
title: "订单部门",
|
|
@@ -59,25 +59,25 @@ class PressMoney extends Component {
|
|
|
width: 120,
|
|
|
},
|
|
|
{
|
|
|
- title: "签单金额(万元)",
|
|
|
+ title: "签单金额(万元)",
|
|
|
dataIndex: "totalAmount",
|
|
|
key: "totalAmount",
|
|
|
width: 80,
|
|
|
},
|
|
|
{
|
|
|
- title: "已收款(万元)",
|
|
|
+ title: "已收款(万元)",
|
|
|
dataIndex: "settlementAmount",
|
|
|
key: "settlementAmount",
|
|
|
width: 80,
|
|
|
},
|
|
|
{
|
|
|
- title: "应收款(万元)",
|
|
|
+ title: "应收款(万元)",
|
|
|
dataIndex: "orderReceivables",
|
|
|
key: "orderReceivables",
|
|
|
width: 80,
|
|
|
},
|
|
|
{
|
|
|
- title: "欠款(万元)",
|
|
|
+ title: "欠款(万元)",
|
|
|
dataIndex: "orderArrears",
|
|
|
key: "orderArrears",
|
|
|
width: 80,
|
|
@@ -86,13 +86,13 @@ class PressMoney extends Component {
|
|
|
title: "催款启动日期",
|
|
|
dataIndex: "dunStartTimes",
|
|
|
key: "dunStartTimes",
|
|
|
- width: 125,
|
|
|
+ width: 100,
|
|
|
},
|
|
|
{
|
|
|
- title: "自动移交法务(天)",
|
|
|
+ title: "自动移交法务(天)",
|
|
|
dataIndex: "daysRemaining",
|
|
|
key: "daysRemaining",
|
|
|
- width: 80,
|
|
|
+ width: 100,
|
|
|
render: (text) => {
|
|
|
return text === 0 ? "已移交法务" : text + "天";
|
|
|
},
|