|
@@ -671,19 +671,19 @@ const MyService = Form.create()(
|
|
title: "签单金额(万元)",
|
|
title: "签单金额(万元)",
|
|
dataIndex: "totalAmount",
|
|
dataIndex: "totalAmount",
|
|
key: "totalAmount",
|
|
key: "totalAmount",
|
|
- width: 80,
|
|
|
|
|
|
+ width: 82,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: "开票金额(万元)",
|
|
title: "开票金额(万元)",
|
|
dataIndex: "invoiceAmount",
|
|
dataIndex: "invoiceAmount",
|
|
key: "invoiceAmount",
|
|
key: "invoiceAmount",
|
|
- width: 80,
|
|
|
|
|
|
+ width: 82,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: "已收款(万元)",
|
|
title: "已收款(万元)",
|
|
dataIndex: "settlementAmount",
|
|
dataIndex: "settlementAmount",
|
|
key: "settlementAmount",
|
|
key: "settlementAmount",
|
|
- width: 80,
|
|
|
|
|
|
+ width: 82,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: "结算状态",
|
|
title: "结算状态",
|
|
@@ -718,7 +718,7 @@ const MyService = Form.create()(
|
|
title: "操作",
|
|
title: "操作",
|
|
dataIndex: "abc",
|
|
dataIndex: "abc",
|
|
key: "abc",
|
|
key: "abc",
|
|
- width: 90,
|
|
|
|
|
|
+ width: 85,
|
|
render: (text, record, index) => {
|
|
render: (text, record, index) => {
|
|
return (
|
|
return (
|
|
<div>
|
|
<div>
|