bug修复
This commit is contained in:
parent
6c9e572848
commit
942ff20ef7
|
|
@ -93,7 +93,7 @@ function initTable() {
|
||||||
align: "center",
|
align: "center",
|
||||||
title: "信息评审表",
|
title: "信息评审表",
|
||||||
templet: function (d) {
|
templet: function (d) {
|
||||||
return '<a onclick="openTeamMemberPage(' + d.infoFileUrl + ')" style="color: #1E9FFF; cursor: pointer;">' + '查看' + '</a>';
|
return '<a onclick="openTeamMemberPage(\'' + d.infoFileUrl + '\')" style="color: #1E9FFF; cursor: pointer;">查看</a>';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{field: "createTime", align: "center", title: "申请时间"},
|
{field: "createTime", align: "center", title: "申请时间"},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue