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:
@ -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] + '文件获取开始时间',
|
||||
|
Reference in New Issue
Block a user