From 02f03a19093df652f9c49b4da4b2169181f8d342 Mon Sep 17 00:00:00 2001
From: caiyiling <1321909229@qq.com>
Date: Fri, 12 Jan 2024 13:41:49 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=97=85=E7=81=B6=E5=88=97?=
=?UTF-8?q?=E8=A1=A8=E6=A0=B7=E5=BC=8F=E7=BC=BA=E9=99=B7=E5=8F=8Alugano?=
=?UTF-8?q?=E5=85=A8=E5=B1=80=E9=98=85=E7=89=87=E5=AD=97=E6=AE=B5=E6=98=BE?=
=?UTF-8?q?=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../dicoms/components/Lugano/QuestionForm.vue | 4 +-
.../dicoms/components/Lugano/QuestionList.vue | 14 +-
.../global-review/components/LuganoTable.vue | 487 ++++++++++++++++++
.../reading/global-review/index.vue | 15 +-
4 files changed, 507 insertions(+), 13 deletions(-)
create mode 100644 src/views/trials/trials-panel/reading/global-review/components/LuganoTable.vue
diff --git a/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionForm.vue b/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionForm.vue
index d5245b84..5b5faa12 100644
--- a/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionForm.vue
+++ b/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionForm.vue
@@ -18,7 +18,7 @@
-
+
{lesionTypeChange(val)})"
+ :popper-append-to-body="false"
>
{formItemChange(val, qs)})"
+ :popper-append-to-body="false"
>
diff --git a/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionList.vue
index 6d9cd2d7..f3dc50cd 100644
--- a/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionList.vue
+++ b/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionList.vue
@@ -84,16 +84,10 @@
{{ $fd('NewLesionState',parseInt(item.TableQuestions.Answers[i].lesionState)) }}
-
-
-
- {{ item.TableQuestions.Answers[i].lesionLength }}mm * {{item.TableQuestions.Answers[i].lesionShort}}mm
-
+
+
+ {{ item.TableQuestions.Answers[i].lesionLength }}*{{item.TableQuestions.Answers[i].lesionShort}}m㎡
+
diff --git a/src/views/trials/trials-panel/reading/global-review/components/LuganoTable.vue b/src/views/trials/trials-panel/reading/global-review/components/LuganoTable.vue
new file mode 100644
index 00000000..4ea91323
--- /dev/null
+++ b/src/views/trials/trials-panel/reading/global-review/components/LuganoTable.vue
@@ -0,0 +1,487 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $fd(scope.row.BeforeQuestionList[index].DictionaryCode,parseInt(scope.row.BeforeQuestionList[index].Answer)) }}
+
+ {{ scope.row.BeforeQuestionList[index].Answer }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+ {{ $fd('ReadingYesOrNo',parseInt(scope.row.AgreeOrNot[0].Answer)) }}
+
+ {{ $fd('ReadingYesOrNo',parseInt(scope.row.AgreeOrNot[0].Answer)) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ getAssessType(scope.row.AfterQuestionList[index].Answer) }}
+
+
+ {{ $fd(scope.row.AfterQuestionList[index].DictionaryCode,parseInt(scope.row.AfterQuestionList[index].Answer)) }}
+
+ {{ scope.row.AfterQuestionList[index].Answer }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/trials/trials-panel/reading/global-review/index.vue b/src/views/trials/trials-panel/reading/global-review/index.vue
index 2d21fab1..5da3f2e4 100644
--- a/src/views/trials/trials-panel/reading/global-review/index.vue
+++ b/src/views/trials/trials-panel/reading/global-review/index.vue
@@ -35,7 +35,7 @@
+