|
|
|
@ -265,10 +265,10 @@ class InfosShixun extends Component{
|
|
|
|
|
<a onClick={() => this.changeStatus()} className="w32" href="javascript:void(0)">全部</a></li>
|
|
|
|
|
<li className={status == "editing" ? "active whitepanelysllisyt" : "whitepanelysllisyt"}><a
|
|
|
|
|
onClick={() => this.changeStatus("editing")} className="w60" href="javascript:void(0)">编辑中</a></li>
|
|
|
|
|
<li className={status == "applying" ? "active whitepanelysllisyt" : "whitepanelysllisyt"}><a
|
|
|
|
|
onClick={() => this.changeStatus("applying")} className="w60" href="javascript:void(0)">待审核</a></li>
|
|
|
|
|
<li className={status == "published" ? "active whitepanelysllisyt" : "whitepanelysllisyt"}><a
|
|
|
|
|
onClick={() => this.changeStatus("published")} className="w60" href="javascript:void(0)">已发布</a></li>
|
|
|
|
|
<li className={status == "applying" ? "active whitepanelysllisyt" : "whitepanelysllisyt"}><a
|
|
|
|
|
onClick={() => this.changeStatus("applying")} className="w60" href="javascript:void(0)">待审核</a></li>
|
|
|
|
|
<li className={status == "publiced" ? "active whitepanelysllisyt" : "whitepanelysllisyt"}><a
|
|
|
|
|
onClick={() => this.changeStatus("publiced")} className="w60" href="javascript:void(0)">已公开</a></li>
|
|
|
|
|
<li className={status == "closed" ? "active whitepanelysllisyt" : "whitepanelysllisyt"}><a
|
|
|
|
|