评审结果表去掉字段

This commit is contained in:
jlzhangyx5
2025-08-04 17:18:37 +08:00
parent 763cf6143f
commit 6b82bdfde7

View File

@ -206,26 +206,26 @@ const Manager: React.FC = () => {
dataIndex: 'winnerCandidate', dataIndex: 'winnerCandidate',
render: (_: any, record: any) => winnerCandidate[_] render: (_: any, record: any) => winnerCandidate[_]
}, },
{ // {
title: `是否拟${candidateType}`, // title: `是否拟${candidateType}人`,
dataIndex: 'winnerBidder', // dataIndex: 'winnerBidder',
valueType: 'text', // valueType: 'text',
width: 120, // width: 120,
valueEnum: { // valueEnum: {
0: { text: '否' }, // 0: { text: '否' },
1: { text: '是' }, // 1: { text: '是' },
}, // },
}, // },
{ // {
title: '拟签约金额(不含增值税)(元)', // title: '拟签约金额(不含增值税)(元)',
width: 130, // width: 130,
dataIndex: 'contractedMoney', // dataIndex: 'contractedMoney',
}, // },
{ // {
title: '增值税金额(元)', // title: '增值税金额(元)',
width: 130, // width: 130,
dataIndex: 'taxRatePrice', // dataIndex: 'taxRatePrice',
}, // },
]; ];
//预审 //预审
const columns2: any[] = [ const columns2: any[] = [