Commit e8fb1684 authored by 卢均锐's avatar 卢均锐

fix: [22209] 中标者的中标通知,中标理由获取错误

parent ffb5919d
......@@ -125,7 +125,7 @@ const SearchDetail = () => {
{
col: [
{ label: intl.formatMessage({ id: 'detail.purchase.label' }), extra: data?.sumAwardPrice ? `${intl.formatMessage({ id: 'commodity.products.directChannel.columns.currency' })} ${priceFormat(data?.sumAwardPrice)}` : '-', type: 'text' },
{ label: intl.formatMessage({ id: 'detail.purchase.label1' }), extra: intl.formatMessage({ id: 'detail.purchase.label2' }), type: 'text' },
{ label: intl.formatMessage({ id: 'detail.purchase.label1' }), extra: data?.signUpIdea, type: 'text' },
]
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment