dev_admin
杨树明 6 years ago
parent 5b38944672
commit 4e4a51af71

@ -315,7 +315,7 @@ class PackageConcent extends Component {
<div className=" item-group item-other-deadline">
<span className=" item-group-icon mr10"><i className="fa fa-clock-o"></i></span>
<span className=" item-group-text">{item.deadline_at}竞标截止</span>
<span className=" item-group-text">{moment(item.deadline_at).format("YYYY-MM-DD HH:mm")}竞标截止</span>
</div>
<div className=" item-group item-other-bidding ml0 pagemancenter">

@ -193,14 +193,14 @@ class InfosPackage extends Component{
</div>
<div className="item-group item-other-deadline">
<span className="item-group-icon"><i className="fa fa-clock-o"></i></span>
<span className="item-group-text">{item.deadline_at}竞标截止</span>
<span className="item-group-text">{moment(item.deadline_at).format("YYYY-MM-DD HH:mm")}竞标截止</span>
</div>
<div className="item-group item-other-bidding pagemancenter">
<span className="item-group-icon"><i className="fa fa-user"></i></span>
<span className="item-group-text">{item.bidding_users_count}人竞标</span>
</div>
<div className="item-group item-other-publish-at">
发布于{item.published_at}
发布于{moment(item.published_at).format("YYYY-MM-DD HH:mm")}
</div>
</div>
</div>

Loading…
Cancel
Save