From bcaf4c9871261709ed2235387d4f7b19bef551b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Thu, 7 Dec 2023 14:38:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E5=BA=93?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../certificationList/components/addModel.vue | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/jero-web/src/views/projectManagement/components/certificationList/components/addModel.vue b/jero-web/src/views/projectManagement/components/certificationList/components/addModel.vue index 6bb785eb4..3e7da8e95 100644 --- a/jero-web/src/views/projectManagement/components/certificationList/components/addModel.vue +++ b/jero-web/src/views/projectManagement/components/certificationList/components/addModel.vue @@ -705,6 +705,14 @@ :data-source="dataList" :pagination="false" :loading="loading"> + + + {{record.deliverableTemplateName}} + + @@ -865,7 +873,8 @@ dataIndex: 'deliverableTemplateName', align: 'left', ellipsis: true, - width: 200 + width: 200, + scopedSlots: { customRender: 'deliverableTemplate' } } ] } @@ -982,6 +991,7 @@ let query = { id: id } + this.dataList = [] getAction('/project/projectCertificationInventoryEO/connectPlatform', query).then((res) => { if (res.success) { this.dataList = res.result || [] @@ -1181,6 +1191,9 @@ this.handleInput('dataList.' + index + '.dutyTerritory') this.queryPersonByProject(this.formInline.dataList[index].dutyTerritory.join(','), index) }, + down(id, name) { + downloadFile('/sys/common/downLoadFile', name, { id: id }) + }, queryPersonByProject(row, index) { let query = { projectId: this.$route.query.id,