|
|
|
@ -314,13 +314,13 @@ class PackageConcent extends Component {
|
|
|
|
|
<span className=" item-group-text">{item.deadline_at}竞标截止</span>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div className=" item-group item-other-bidding ml0">
|
|
|
|
|
<div className=" item-group item-other-bidding ml0 pagemancenter">
|
|
|
|
|
|
|
|
|
|
<span className=" item-group-icon mr10"><i className="fa fa-user" ></i></span>
|
|
|
|
|
<span className=" item-group-text">{item.bidding_users_count}人竞标</span>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div className=" item-other-blank"></div>
|
|
|
|
|
{/*<div className=" item-other-blank"></div>*/}
|
|
|
|
|
<div className=" item-group item-other-publish-at">
|
|
|
|
|
{item.published_at===null?<span className="item-group-text">更新于:{moment(item.updated_at).format("YYYY-MM-DD HH:mm")} </span>:
|
|
|
|
|
<span className=" item-group-text">发布于:{moment(item.published_at).format("YYYY-MM-DD HH:mm")} </span>}
|
|
|
|
|