From c2aba6c3fe518bbf66ae34488af8ed0f1879ed2b Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Wed, 23 Apr 2025 15:14:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E9=98=85=E7=89=87?= =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials-panel/reading/dicoms/index.vue | 2 +- .../reading/dicoms3D/components/ReadPage.vue | 48 +- .../components/Recist/QuestionList.vue | 893 +++++++++--------- .../dicoms3D/components/ReportPage.vue | 2 +- .../dicoms3D/components/VisitReview.vue | 13 +- .../components/customize/QuestionList.vue | 438 +++++++++ .../components/customize/ReportPage.vue | 852 +++++++++++++++++ .../components/mRecist/QuestionList.vue | 3 +- 8 files changed, 1776 insertions(+), 475 deletions(-) create mode 100644 src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionList.vue create mode 100644 src/views/trials/trials-panel/reading/dicoms3D/components/customize/ReportPage.vue diff --git a/src/views/trials/trials-panel/reading/dicoms/index.vue b/src/views/trials/trials-panel/reading/dicoms/index.vue index 15872106..93d96db4 100644 --- a/src/views/trials/trials-panel/reading/dicoms/index.vue +++ b/src/views/trials/trials-panel/reading/dicoms/index.vue @@ -1,7 +1,7 @@