评审结果表去掉字段

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