Browse Source

fix:报告生成

32197351@qq.com 1 year ago
parent
commit
82de0dfb4d
1 changed files with 3 additions and 1 deletions
  1. 3 1
      itdmWeb/src/views/module-iTDM/baogao/ItdmBaogaoList.vue

+ 3 - 1
itdmWeb/src/views/module-iTDM/baogao/ItdmBaogaoList.vue

@@ -161,7 +161,9 @@ export default {
         {
           title: '报告文件地址',
           align: 'center',
-          dataIndex: 'filePath'
+          dataIndex: 'filePath',
+          scopedSlots: {customRender: 'fileSlot'}
+
         },
         {
           title: '操作',