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[] = [