|
@@ -133,12 +133,22 @@ const OrderDetail = Form.create()(
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- title: "服务市价(万元)",
|
|
|
+ title: "金额(万元)",
|
|
|
dataIndex: "commodityPrice",
|
|
|
key: "commodityPrice",
|
|
|
width: 100,
|
|
|
},
|
|
|
{
|
|
|
+ title: "负责人",
|
|
|
+ dataIndex: "contacts",
|
|
|
+ key: "contacts",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: "负责人电话",
|
|
|
+ dataIndex: "contactsMobile",
|
|
|
+ key: "contactsMobile",
|
|
|
+ },
|
|
|
+ {
|
|
|
title: "项目状态",
|
|
|
dataIndex: "projectStatus",
|
|
|
key: "projectStatus",
|
|
@@ -147,11 +157,6 @@ const OrderDetail = Form.create()(
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- title: "证书编号",
|
|
|
- dataIndex: "certificateNumber",
|
|
|
- key: "certificateNumber",
|
|
|
- },
|
|
|
- {
|
|
|
title: "主要项目",
|
|
|
dataIndex: "main",
|
|
|
key: "main",
|