|
|
|
@ -70,9 +70,9 @@ class ImmediatelyEnd extends Component{
|
|
|
|
|
modalname:"立即截止",
|
|
|
|
|
modaltype:response.data.on_commiting > 0 ? 1 : 2,
|
|
|
|
|
visible:true,
|
|
|
|
|
Topval:"学生将不能再提交问卷",
|
|
|
|
|
Topval:this.props.Exercisetype==="exercise"?"学生将不能再提交试卷":"学生将不能再提交问卷",
|
|
|
|
|
// Botvalleft:"暂不截止",
|
|
|
|
|
Botval:this.props.single ?`本操作只对"提交中"的问卷有效`:"",
|
|
|
|
|
Botval:this.props.single ?this.props.Exercisetype==="exercise"?`本操作只对"提交中"的试卷有效`:`本操作只对"提交中"的问卷有效`:"",
|
|
|
|
|
// starttime:"发布时间:"+getNowFormatDate(1),
|
|
|
|
|
// endtime:"截止时间:"+getNowFormatDate(2),
|
|
|
|
|
Cancelname:"暂不截止",
|
|
|
|
@ -112,9 +112,9 @@ class ImmediatelyEnd extends Component{
|
|
|
|
|
modalname:"立即截止",
|
|
|
|
|
modaltype:response.data.on_commiting > 0 ? 1 : 2,
|
|
|
|
|
visible:true,
|
|
|
|
|
Topval:"学生将不能再提交问卷",
|
|
|
|
|
Topval:this.props.Exercisetype==="exercise"?"学生将不能再提交试卷":"学生将不能再提交问卷",
|
|
|
|
|
// Botvalleft:"暂不截止",
|
|
|
|
|
Botval:this.props.single ?`本操作只对"提交中"的问卷有效`:"",
|
|
|
|
|
Botval:this.props.single ?this.props.Exercisetype==="exercise"?`本操作只对"提交中"的试卷有效`:`本操作只对"提交中"的问卷有效`:"",
|
|
|
|
|
// starttime:"发布时间:"+getNowFormatDate(1),
|
|
|
|
|
// endtime:"截止时间:"+getNowFormatDate(2),
|
|
|
|
|
Cancelname:"暂不截止",
|
|
|
|
|