bug修复

This commit is contained in:
liang.chao 2025-08-25 15:44:06 +08:00
parent 6c9e572848
commit 942ff20ef7
1 changed files with 1 additions and 1 deletions

View File

@ -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: "申请时间"},