Commit 54603783 by 江和松

Merge remote-tracking branch 'origin/dev' into dev

parents 5958e1f7 4797be43
...@@ -14,10 +14,10 @@ $(function () { ...@@ -14,10 +14,10 @@ $(function () {
field: "changeStartCode", field: "changeStartCode",
template: function (item) { template: function (item) {
let template = item["changeStartCode"] let template = item["changeStartCode"]
if (item.changeType == "uploadAdd" || item.changeType == "uploadDelete" || item.changeType == "uploadUpdate") { /*if (item.changeType == "uploadAdd" || item.changeType == "uploadDelete" || item.changeType == "uploadUpdate") {
template = '<a style="cursor: pointer;display: inline-flex;justify-content: center;margin:auto 5px" ' template = '<a style="cursor: pointer;display: inline-flex;justify-content: center;margin:auto 5px" '
+ 'href="' + downloadHref(item.changeStartCode) + '" target="_blank">'+item.changeStart+'</a>'; + 'href="' + downloadHref(item.changeStartCode) + '" target="_blank">'+item.changeStart+'</a>';
} }*/
return template; return template;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment