竞赛如图提示自相矛盾

This commit is contained in:
cxt 2017-01-13 18:07:07 +08:00
parent 56047e415b
commit b4c16cda36
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ function regex_evaluation_start(end_time){
$("#homework_evaluation_start_time").text("");
return true;
}else{
$("#homework_evaluation_start_time").text("开启评审日期必须大于关闭评审日期");
$("#homework_evaluation_start_time").text("开启评审日期必须大于截止日期");
return false;
}
}