10.11 标书费功能优化,增加免费选项

This commit is contained in:
jl-zhoujl2
2022-10-12 10:19:08 +08:00
parent 8ae7936eea
commit 53632cf00e
4 changed files with 43 additions and 25 deletions

View File

@ -180,7 +180,7 @@ const IParticipate: React.FC = () => {
{
title: '招募文件费用(元)',
dataIndex: 'amount',
render: (_: any, record: any, index: number) => digitalConversionAmount(record.amount, 2)
render: (_: any, record: any, index: number) => record.chargeType == "0" ? "免费" : digitalConversionAmount(record.amount, 2)
},
{
title: '招募文件获取开始时间',