Commit f7dad690 authored by leimo's avatar leimo

Merge branch 'v2-220418-fixPurchaseBid' into 'v2-220418'

fix: [22106] 开始竞价页面,标题需要显示当前采购竞价单采购会员名称 See merge request linkseeks-design/pro-platform!158
parents 5e54d1e8 b1d4a6c6
......@@ -107,7 +107,7 @@ const Detail = () => {
<div className={styles.warp}>
<div className={styles.header}>
<ArrowLeftOutlined className={styles.goBack} onClick={() => history.goBack()} />
<div className={styles.title}>{dataSource?.details}<span>{dataSource?.memberName}</span><IMBtn func={() => toChatRoom(dataSource.memberId)} /></div>
<div className={styles.title}>{dataSource?.details}<span>{dataSource?.createMemberName}</span><IMBtn func={() => toChatRoom(dataSource.createMemberId)} /></div>
</div>
<div className={styles.layout}>
<Row gutter={[8, 8]}>
......
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