This commit is contained in:
parent
7fe7f5fe4c
commit
f6638db4b4
|
|
@ -176,7 +176,7 @@ function setFileTable(fileList) {
|
|||
$.each(fileList, function (index, item) {
|
||||
html += '<tr>' +
|
||||
'<td>' + handleFileType(item.fileName) + item.fileName + '</td>' +
|
||||
'<td>' + (item.suffix.replace('.', '')) + '</td>' +
|
||||
'<td>' + item.type + '</td>' +
|
||||
'<td><img src="../../../images/user_head_icon.png" width="20px" height="20px">' + item.createName + '</td>' +
|
||||
'<td>' + item.createTime + '</td>' +
|
||||
'<td><a style="margin:0 5px;color:#409EFF;cursor: pointer;" onclick=\'viewFile(' + JSON.stringify(item) + ')\'>预览</a>' +
|
||||
|
|
|
|||
Loading…
Reference in New Issue