From 13ef8650ac1e7819d037518457c3d3ffea80d339 Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Tue, 7 Sep 2021 17:44:24 +0800 Subject: [PATCH] fix label bug 0907_3 --- public/self/js/Director/detection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/self/js/Director/detection.js b/public/self/js/Director/detection.js index c42266f7c..cf381f284 100644 --- a/public/self/js/Director/detection.js +++ b/public/self/js/Director/detection.js @@ -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)   + "(" + (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(){