Explorar o código

Merge branch 'master' of http://git_xt.git.topm.win:8080/wenhongquan/VisualInspection

minitiger %!s(int64=8) %!d(string=hai) anos
pai
achega
d59e5303e9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      VisualInspection/js/statistics/assess_ranking.js

+ 1 - 1
VisualInspection/js/statistics/assess_ranking.js

@@ -181,7 +181,7 @@ function param_method(start_score,end_score){
         tip("请输入得分区间");
         tip("请输入得分区间");
         return false;
         return false;
     }else if(!(/^[0-9]*$/).test(start_score) || !(/^[0-9]*$/).test(end_score)){
     }else if(!(/^[0-9]*$/).test(start_score) || !(/^[0-9]*$/).test(end_score)){
-        tip("请输入整数字!");
+        tip("数字不合法!");
         return false;
         return false;
     }else if(parseInt(start_score)>parseInt(end_score)){
     }else if(parseInt(start_score)>parseInt(end_score)){
         tip("开始得分不能比结束得分大");
         tip("开始得分不能比结束得分大");