Commit 2ed90fe5 authored by 卢均锐's avatar 卢均锐

feat: 重构采购竞价

-竞价管理rankRow组件删除多余符号
parent 190bac73
......@@ -52,7 +52,7 @@ const RankRow: React.FC<RankRowProps> = (props: any) => {
{detail.ranking === 1 && <TriangleTag text={intl.formatMessage({ id: 'detail.purchase.minPrice1' })} wrapStyle={{ backgroundColor: '#EA8000', marginLeft: '8px' }} bgcolor='#EA8000' direction='left' />}
</div>
<div className={styles.rankRowLeftBottom}>
${intl.formatMessage({id: 'common.money'})}{priceFormat(detail.sumPrice)}
{intl.formatMessage({id: 'common.money'})}{priceFormat(detail.sumPrice)}
<div className={styles.rankRowLeftBottomTag}>{intl.formatMessage({id: 'common.trun'}, {data: detail.count})}</div>
</div>
</div>
......
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