From 6b82bdfde773f8fc1cfe618f1b31f5e885abce82 Mon Sep 17 00:00:00 2001 From: jlzhangyx5 Date: Mon, 4 Aug 2025 17:18:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=84=E5=AE=A1=E7=BB=93=E6=9E=9C=E8=A1=A8?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Manager/components/Manager.tsx | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/pages/Evaluation/projectManager/ReviewResults/Manager/components/Manager.tsx b/src/pages/Evaluation/projectManager/ReviewResults/Manager/components/Manager.tsx index b8b363c..92d1e58 100644 --- a/src/pages/Evaluation/projectManager/ReviewResults/Manager/components/Manager.tsx +++ b/src/pages/Evaluation/projectManager/ReviewResults/Manager/components/Manager.tsx @@ -206,26 +206,26 @@ const Manager: React.FC = () => { dataIndex: 'winnerCandidate', render: (_: any, record: any) => winnerCandidate[_] }, - { - title: `是否拟${candidateType}人`, - dataIndex: 'winnerBidder', - valueType: 'text', - width: 120, - valueEnum: { - 0: { text: '否' }, - 1: { text: '是' }, - }, - }, - { - title: '拟签约金额(不含增值税)(元)', - width: 130, - dataIndex: 'contractedMoney', - }, - { - title: '增值税金额(元)', - width: 130, - dataIndex: 'taxRatePrice', - }, + // { + // title: `是否拟${candidateType}人`, + // dataIndex: 'winnerBidder', + // valueType: 'text', + // width: 120, + // valueEnum: { + // 0: { text: '否' }, + // 1: { text: '是' }, + // }, + // }, + // { + // title: '拟签约金额(不含增值税)(元)', + // width: 130, + // dataIndex: 'contractedMoney', + // }, + // { + // title: '增值税金额(元)', + // width: 130, + // dataIndex: 'taxRatePrice', + // }, ]; //预审 const columns2: any[] = [