|
@@ -83,7 +83,7 @@
|
|
|
},
|
|
|
"columns": [
|
|
|
{"data": null, width: "2%"},
|
|
|
- {"data": "b_istag", width: "5%", render: function (val) {
|
|
|
+ {"data": "b_istag", width: "6%", render: function (val) {
|
|
|
let tmp;
|
|
|
if (val) {
|
|
|
tmp = '<span style="display: inline-block;font-size:14px;color: green">已标注</span>'
|
|
@@ -95,7 +95,7 @@
|
|
|
{"data": "v_baseinfo.title", render: function (val, index, row) {
|
|
|
let tmp;
|
|
|
if (row["b_istag"]) {
|
|
|
- tmp = '<a style="display: inline-block;cursor:pointer;font-size:16px;color: green" target="_blank" href="/front/user/remark/detail/?pid='+pid+'&did=' + row._id + '&s_sourceinfo='+sourceinfo+'">' + val + '</a>'
|
|
|
+ tmp = '<a style="display: inline-block;cursor:pointer;font-size:16px;color: green" target="_blank" href="/front/user/remark/detail/?pid='+pid+'&tid=' + tid +'&did=' + row._id + '&s_sourceinfo='+sourceinfo+'">' + val + '</a>'
|
|
|
} else {
|
|
|
tmp = '<a style="display: inline-block;cursor:pointer;font-size:16px;color: #428bca" target="_blank" href="/front/user/remark/detail/?pid='+pid+'&tid=' + tid +'&did=' + row._id + '&s_sourceinfo='+sourceinfo+'">' + val + '</a>'
|
|
|
}
|