diff --git a/js/accessory/child/accessory_out_bound_detail.js b/js/accessory/child/accessory_out_bound_detail.js index fd5d299..ab9acf9 100644 --- a/js/accessory/child/accessory_out_bound_detail.js +++ b/js/accessory/child/accessory_out_bound_detail.js @@ -176,7 +176,7 @@ function setFileTable(fileList) { $.each(fileList, function (index, item) { html += '' + '' + handleFileType(item.fileName) + item.fileName + '' + - '' + (item.suffix.replace('.', '')) + '' + + '' + item.type + '' + '' + item.createName + '' + '' + item.createTime + '' + '预览' +