This commit is contained in:
parent
23fd893efa
commit
f5e9e5638b
|
|
@ -54,7 +54,7 @@ function setFileTable(fileList) {
|
||||||
$.each(fileList, function (index, item) {
|
$.each(fileList, function (index, item) {
|
||||||
html += '<tr>' +
|
html += '<tr>' +
|
||||||
'<td>' + handleFileType(item.fileName) + item.fileName + '</td>' +
|
'<td>' + handleFileType(item.fileName) + item.fileName + '</td>' +
|
||||||
'<td>' + (item.suffix.replace('.', '')) + '</td>' +
|
'<td>' + (item.type ? item.type:'入库附件') + '</td>' +
|
||||||
'<td><img src="../../../images/user_head_icon.png" width="20px" height="20px">' + item.createName + '</td>' +
|
'<td><img src="../../../images/user_head_icon.png" width="20px" height="20px">' + item.createName + '</td>' +
|
||||||
'<td>' + item.createTime + '</td>' +
|
'<td>' + item.createTime + '</td>' +
|
||||||
'<td><a style="margin:0 5px;color:#409EFF;cursor: pointer;" onclick=\'viewFile(' + JSON.stringify(item) + ')\'>预览</a>' +
|
'<td><a style="margin:0 5px;color:#409EFF;cursor: pointer;" onclick=\'viewFile(' + JSON.stringify(item) + ')\'>预览</a>' +
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="layuimini-container">
|
<!-- <div class="layuimini-container">
|
||||||
<div class="layuimini-main">
|
<div class="layuimini-main">
|
||||||
<div class="layui-row layui-col-space15">
|
<div class="layui-row layui-col-space15">
|
||||||
<div class="layui-col-md8">
|
<div class="layui-col-md8">
|
||||||
|
|
@ -451,6 +451,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
</script>
|
</script> -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue