评审结果表去掉字段
This commit is contained in:
@ -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[] = [
|
||||
|
Reference in New Issue
Block a user