src/web/Public/Scripts/PSI/Attachment/AttachmentList.js | ●●●●● patch | view | raw | blame | history |
src/web/Public/Scripts/PSI/Attachment/AttachmentList.js
@@ -50,7 +50,13 @@ header: "附件名", dataIndex: "fileName", width: 300, menuDisabled: true menuDisabled: true, renderer: function (value, md, record) { return "<a href='" + PSI.Const.BASE_URL + record.get("fullName") + "' target='_blank'>" + record.get("fileName") + "</a>"; } }, { header: "附件类型", dataIndex: "fileType",