diff --git a/src/pages/ElecEvaluation/Monitor/OpenToday/index.tsx b/src/pages/ElecEvaluation/Monitor/OpenToday/index.tsx index 066a8a0..5c489ad 100644 --- a/src/pages/ElecEvaluation/Monitor/OpenToday/index.tsx +++ b/src/pages/ElecEvaluation/Monitor/OpenToday/index.tsx @@ -105,7 +105,7 @@ const OpenToday: React.FC<{}> = () => { // render: (_: any, record: any) => proviceEnum[record.provinceDictId], }, { - title: '项目名称', + title: '标段名称', dataIndex: 'projectName', key: 'projectName', align: "center", @@ -113,6 +113,7 @@ const OpenToday: React.FC<{}> = () => { width: '20%', onCell, onHeaderCell, + render: (_: any, record: any) => {record.projectName}
{record.sectionName}
, }, { title: '采购预算',