|
|
|
@ -227,7 +227,7 @@ class InfosPackage extends Component{
|
|
|
|
|
</style>
|
|
|
|
|
{
|
|
|
|
|
category=="manage"?
|
|
|
|
|
<div className="edu-back-white padding20-30 clearfix secondNavs bor-top-greyE">
|
|
|
|
|
<div className="edu-back-white padding10-30 clearfix secondNavs bor-top-greyE">
|
|
|
|
|
<li className={status ? "whitepanelyslliss" : "active whitepanelyslliss"}><a
|
|
|
|
|
onClick={() => this.changeStatus()} className="w32">全部</a></li>
|
|
|
|
|
<li className={status == "unpublished " ? "active whitepanelysllisyt" : "whitepanelysllisyt"}><a
|
|
|
|
@ -237,7 +237,7 @@ class InfosPackage extends Component{
|
|
|
|
|
<li className={status == "finished" ? "active whitepanelysllisyt" : "whitepanelysllisyt"}><a
|
|
|
|
|
onClick={() => this.changeStatus("finished")} className="w60">已完成</a></li>
|
|
|
|
|
</div>: category=="bidden"?
|
|
|
|
|
<div className="edu-back-white padding20-30 clearfix secondNavs bor-top-greyE">
|
|
|
|
|
<div className="edu-back-white padding10-30 clearfix secondNavs bor-top-greyE">
|
|
|
|
|
<li className={status ? "whitepanelyslliss" : "active whitepanelyslliss"}><a
|
|
|
|
|
onClick={() => this.changeStatus()} className="w32">全部</a></li>
|
|
|
|
|
<li className={status == "bidding_lost" ? "active whitepanelysllisyt" : "whitepanelysllisyt"}><a
|
|
|
|
|