issues25489
杨树明 5 years ago
parent d31f470956
commit 47733e01e8

@ -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' }}

@ -529,9 +529,9 @@ class Selectsetting 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
showToday={false}

@ -398,9 +398,9 @@ class Sendresource 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"

Loading…
Cancel
Save