From d16ec4d7ad6930bb0de4fd7f31411a2a7fe65b6e Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Thu, 5 Jan 2023 17:29:03 +0800 Subject: [PATCH] =?UTF-8?q?1.5=20=E7=AC=AC11=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ElecEvaluation/Monitor/OpenToday/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: '采购预算',