Jianghan %!s(int64=3) %!d(string=hai) anos
pai
achega
aefffa1ebf

+ 1 - 1
src/web/templates/project/remark_detail.html

@@ -907,7 +907,7 @@
                       alert("请先保存数据!")
                   } else {
                       if (nextid === "") {
-                          window.location.href = '/center/finishcheck';
+
                       } else {
                           $.ajax({
                               url: "/center/checkid",

+ 1 - 4
src/web/templates/project/remark_list.html

@@ -82,7 +82,7 @@
             },
             "columns": [
                 {"data": null, width: "2%"},
-                {"data": "b_istag", width: "4%", render: function (val) {
+                {"data": "b_istag", width: "5%", render: function (val) {
                         let tmp;
                         if (val) {
                             tmp = '<span style="display: inline-block;font-size:14px;color: green">已标注</span>'
@@ -113,7 +113,4 @@
         })
     });
 
-    function skipDetail(id) {
-        window.open("/front/user/remark/detail/"+sourceinfo+"/"+id+".html");
-    }
 </script>