|
@@ -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>
|