zhangmeng
2020-08-26 5a1dc222489e45588470b21b62ffbbda5fc681d6
附件管理开发
1 files modified
8 ■■■■ changed files
src/web/Public/Scripts/PSI/Attachment/AttachmentList.js 8 ●●●● 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",