Browse Source

fix label bug 0907_3

tags/v1.21.12.1
zhoupzh 4 years ago
parent
commit
13ef8650ac
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      public/self/js/Director/detection.js

+ 1
- 1
public/self/js/Director/detection.js View File

@@ -712,7 +712,7 @@ function loadimg(){
reset_var();
var picturePath = labeltastresult[fileindex].pic_image_field;
img.src = ip + "/getgiteaimage?filename=" + picturePath;
var html = picturePath.substring(picturePath.lastIndexOf("/") + 1)&nbsp&nbsp + "(" + (tablePageData.current * pageSize + fileindex + 1) + "/" + tablePageData.total + ")"
var html = picturePath.substring(picturePath.lastIndexOf("/") + 1) + "  "+ "(" + (tablePageData.current * pageSize + fileindex + 1) + "/" + tablePageData.total + ")"
document.getElementById("float_text").innerHTML = html;
}
function save(){


Loading…
Cancel
Save