|
|
@ -731,7 +731,7 @@ class TPMBanner extends Component {
|
|
|
|
{/*>{shixunsDetails.task_operation===undefined?"":shixunsDetails.task_operation[0]}</a>:""*/}
|
|
|
|
{/*>{shixunsDetails.task_operation===undefined?"":shixunsDetails.task_operation[0]}</a>:""*/}
|
|
|
|
{/*}*/}
|
|
|
|
{/*}*/}
|
|
|
|
|
|
|
|
|
|
|
|
{shixunsDetails.shixun_status === 0 && this.props.identity < 4 ?
|
|
|
|
{shixunsDetails.shixun_status === 0 && this.props.identity < 5 ?
|
|
|
|
<a onClick={this.applyrelease} className="fr user_default_btn user_blue_btn mr20 font-18 height39"
|
|
|
|
<a onClick={this.applyrelease} className="fr user_default_btn user_blue_btn mr20 font-18 height39"
|
|
|
|
id="challenge_begin">申请发布</a> : ""
|
|
|
|
id="challenge_begin">申请发布</a> : ""
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -796,7 +796,7 @@ class TPMBanner extends Component {
|
|
|
|
|
|
|
|
|
|
|
|
</Modal>
|
|
|
|
</Modal>
|
|
|
|
|
|
|
|
|
|
|
|
{shixunsDetails.shixun_status === 1 && this.props.identity < 4 ?
|
|
|
|
{shixunsDetails.shixun_status === 1 && this.props.identity < 5 ?
|
|
|
|
<a onClick={this.cancel_publish} className="fr user_default_btn user_blue_btn mr20 font-18 height39"
|
|
|
|
<a onClick={this.cancel_publish} className="fr user_default_btn user_blue_btn mr20 font-18 height39"
|
|
|
|
id="challenge_begin">撤销发布</a> : ""
|
|
|
|
id="challenge_begin">撤销发布</a> : ""
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -877,16 +877,16 @@ class TPMBanner extends Component {
|
|
|
|
|
|
|
|
|
|
|
|
<div className="fr user_default_btn user_blue_btn mr20"
|
|
|
|
<div className="fr user_default_btn user_blue_btn mr20"
|
|
|
|
style={{display: shixunsDetails.can_copy === false || shixunsDetails.can_copy === null ? "none" : "flex"}}>
|
|
|
|
style={{display: shixunsDetails.can_copy === false || shixunsDetails.can_copy === null ? "none" : "flex"}}>
|
|
|
|
<Tooltip placement="bottom" title={"基于这个实训修改形成新的实训"}>
|
|
|
|
{this.props.identity < 6?<Tooltip placement="bottom" title={"基于这个实训修改形成新的实训"}>
|
|
|
|
<span className="flex1 edu-txt-center fl font-18"
|
|
|
|
<span className="flex1 edu-txt-center fl font-18"
|
|
|
|
onClick={this.copyForkvisible}
|
|
|
|
onClick={this.copyForkvisible}
|
|
|
|
style={{display: shixunsDetails.can_copy === false || shixunsDetails.can_copy === null ? "none" : "inline-block"}}
|
|
|
|
style={{display: shixunsDetails.can_copy === false || shixunsDetails.can_copy === null ? "none" : "inline-block"}}
|
|
|
|
>
|
|
|
|
>
|
|
|
|
Fork
|
|
|
|
Fork
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</Tooltip>
|
|
|
|
</Tooltip>:""}
|
|
|
|
|
|
|
|
|
|
|
|
<Modal
|
|
|
|
<Modal
|
|
|
|
keyboard={false}
|
|
|
|
keyboard={false}
|
|
|
|
title="提示"
|
|
|
|
title="提示"
|
|
|
|
visible={Forkvisible}
|
|
|
|
visible={Forkvisible}
|
|
|
|