From 43f49a36c0b776de30a8d7720b7c63ed7fb510a0 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Mon, 23 Sep 2024 16:47:57 +0800 Subject: [PATCH] =?UTF-8?q?ivus=E6=B7=BB=E5=8A=A0=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E5=8F=8Aoct=E6=A0=87=E5=87=86=E6=9B=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/reading.js | 10 +- .../dicoms/components/IVUS/QuestionList.vue | 47 +- .../components/IVUS/QuestionTableFormItem.vue | 40 +- .../dicoms/components/OCT/QuestionForm.vue | 534 ---------------- .../dicoms/components/OCT/QuestionList.vue | 595 ++++++++++-------- .../components/OCT/QuestionTableFormItem.vue | 291 +++++++++ 6 files changed, 691 insertions(+), 826 deletions(-) delete mode 100644 src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionForm.vue create mode 100644 src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionTableFormItem.vue diff --git a/src/api/reading.js b/src/api/reading.js index 4bc72f32..42df353e 100644 --- a/src/api/reading.js +++ b/src/api/reading.js @@ -1,5 +1,5 @@ import request from '@/utils/request' - +import requestDownload from '@/utils/request-download' export function addBaseLineLesion(param) { return request({ url: '/report/addBaseLineLesion', @@ -201,3 +201,11 @@ export function getTaskUploadedDicomStudyList(param) { data: param }) } +export function getIVUSTemplate(param) { + return requestDownload({ + url: '/IVUSCalculate/getIVUSTemplate', + method: 'post', + responseType: 'blob', + data: param + }) +} diff --git a/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue index 9a4b9097..2396454c 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue @@ -46,7 +46,7 @@
{{ item.QuestionName }}
-
+
@@ -82,7 +82,7 @@ :render-header="renderHeader" /> {{ $t('common:button:edit') }} - + {{ $t('common:button:delete') }} @@ -203,7 +203,7 @@ - diff --git a/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionList.vue index 8938318a..6aae7ef4 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionList.vue @@ -29,8 +29,8 @@
-