|
|
|
@ -421,9 +421,9 @@ class Selectresource extends Component{
|
|
|
|
|
<Radio style={radioStyle} value={0}>
|
|
|
|
|
立即发布
|
|
|
|
|
</Radio>
|
|
|
|
|
<Tooltip placement="bottom" title={"学生身份无延迟发布权限"} visible={this.props.isStudent()}>
|
|
|
|
|
<Tooltip placement="bottom" title={"不支持学生延迟发布"} visible={this.props.isStudent()}>
|
|
|
|
|
<Radio style={radioStyle} value={1} className={"fl"} disabled={this.props.isStudent()}>
|
|
|
|
|
<span className={"mr5"}>延迟发布</span>
|
|
|
|
|
<span className={"mr5"}>延期发布</span>
|
|
|
|
|
<DatePicker
|
|
|
|
|
dropdownClassName="hideDisable"
|
|
|
|
|
showTime={{ format: 'HH:mm' }}
|
|
|
|
|