Authored by Targaryen

Merge branch 'feature/upload' of git.yoho.cn:OPENTECH/yoho-node-ci into feature/upload

... ... @@ -125,7 +125,7 @@
result.data.forEach(function(item){
$uploadList.append(`
<tr>
<td><a href="${item.actPath}">${item.actPath}</a></td>
<td><a href="${item.link}">${item.actPath}</a></td>
<td style="text-align:center;">${item.fileName}</td>
<td style="text-align:center;">${item.date}</td>
<td style="text-align:center;">${item.username}</td>
... ...