|
|
|
@ -230,7 +230,7 @@ class PackageIndexNEITaskDetails extends Component {
|
|
|
|
|
}
|
|
|
|
|
goback = () => {
|
|
|
|
|
// window.history.go(-1)
|
|
|
|
|
window.location.href="/crowdsourcings";
|
|
|
|
|
window.location.href="/crowdsourcing";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
render() {
|
|
|
|
@ -252,7 +252,7 @@ class PackageIndexNEITaskDetails extends Component {
|
|
|
|
|
<Breadcrumb separator={'>'} className={"fl"}>
|
|
|
|
|
{/*<Breadcrumb.Item>{this.props.current_user.username}</Breadcrumb.Item>*/}
|
|
|
|
|
<Breadcrumb.Item>
|
|
|
|
|
<a href="/crowdsourcings">众包创新</a>
|
|
|
|
|
<a href="/crowdsourcing">众包创新</a>
|
|
|
|
|
</Breadcrumb.Item>
|
|
|
|
|
<Breadcrumb.Item><span className={"tabelcli"} title={data&&data.title}>{data&&data.title}</span></Breadcrumb.Item>
|
|
|
|
|
|
|
|
|
@ -352,7 +352,7 @@ class PackageIndexNEITaskDetails extends Component {
|
|
|
|
|
需求详情:
|
|
|
|
|
|
|
|
|
|
{data&&data.status==="pending"&&data&&data.operation.can_select_bidding_user===true?<div className="fr">
|
|
|
|
|
<a className="task-btn-nebules fr" href={`/crowdsourcings/${this.props.match.params.id}/edit`}>编辑</a>
|
|
|
|
|
<a className="task-btn-nebules fr" href={`/crowdsourcing/${this.props.match.params.id}/edit`}>编辑</a>
|
|
|
|
|
<a className="task-btn-nebules fr" onClick={this.deletePackages}>删除</a>
|
|
|
|
|
</div>:""}
|
|
|
|
|
|
|
|
|
|