瀏覽代碼

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

minitiger 8 年之前
父節點
當前提交
d59e5303e9
共有 1 個文件被更改,包括 1 次插入1 次删除
  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("请输入得分区间");
         return false;
     }else if(!(/^[0-9]*$/).test(start_score) || !(/^[0-9]*$/).test(end_score)){
-        tip("请输入整数字!");
+        tip("数字不合法!");
         return false;
     }else if(parseInt(start_score)>parseInt(end_score)){
         tip("开始得分不能比结束得分大");