Merge branch '20221102-3.0单点到2.0' of http://gitlab.tianti.tg.unicom.local/eshop/fe_service_ebtp_frontend into release_electronic_bid_evaluation_room

This commit is contained in:
jl-zhoujl2
2022-11-02 16:54:15 +08:00
19 changed files with 493 additions and 225 deletions

View File

@ -189,7 +189,7 @@ const IParticipate: React.FC = () => {
{
title: flowName[moduleName.cost],
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: flowName[moduleName.fileName] + '文件获取开始时间',