From 9f763101018349d1b49f4ef59b67e7eaa008fa25 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 14 Jul 2025 16:32:54 +0800 Subject: [PATCH 01/23] =?UTF-8?q?=E3=80=90=E5=BD=B1=E5=83=8F=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E3=80=91=E5=8E=9F=E5=A7=8B=E6=A3=80=E6=9F=A5=E6=95=B0?= =?UTF-8?q?=E4=B8=AD=E5=8F=AF=E4=BB=A5=E6=9F=A5=E7=9C=8B=E5=BD=B1=E5=83=8F?= =?UTF-8?q?=E6=95=B0=E9=87=8F=EF=BC=8C=E8=AF=A5=E6=95=B0=E9=87=8F=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E8=BF=87=E6=BB=A4=E4=B8=8D=E9=98=85=E7=89=87=E7=9A=84?= =?UTF-8?q?=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/uploadDicomAndNonedicom/study-view.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/uploadDicomAndNonedicom/study-view.vue b/src/components/uploadDicomAndNonedicom/study-view.vue index aa957a97..96ca2559 100644 --- a/src/components/uploadDicomAndNonedicom/study-view.vue +++ b/src/components/uploadDicomAndNonedicom/study-view.vue @@ -40,13 +40,13 @@ @@ -83,7 +83,7 @@ From 79b14eee6748eed097df808fdc6060448eb735c2 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 15 Jul 2025 10:05:16 +0800 Subject: [PATCH 02/23] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=9B=BD=E9=99=85?= =?UTF-8?q?=E5=8C=96=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dictionary/template/sign/components/SceneConfigForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dictionary/template/sign/components/SceneConfigForm.vue b/src/views/dictionary/template/sign/components/SceneConfigForm.vue index d38c7e67..afb7f24e 100644 --- a/src/views/dictionary/template/sign/components/SceneConfigForm.vue +++ b/src/views/dictionary/template/sign/components/SceneConfigForm.vue @@ -14,7 +14,7 @@ - + From 07fbbf5a7473399ad79b0e59bd34ef4fb572e3cf Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 15 Jul 2025 15:25:00 +0800 Subject: [PATCH 03/23] =?UTF-8?q?=E8=B4=A8=E6=8E=A7=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=A4=8D=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/QuestionFormItem.vue | 286 ++- .../components/QuestionsForm.vue | 102 +- .../clinicalDataQuestions/index.vue | 56 +- src/const/sign-code.vue | 4 + .../setting/qc-question/index.vue | 263 +-- .../qc-check/components/clinicalData.vue | 179 +- .../qc-check/components/qualityAssurance.vue | 1531 +++++------------ .../visit/qc-check/components/questions.vue | 54 +- .../trials-panel/visit/qc-check/index.vue | 16 +- 9 files changed, 829 insertions(+), 1662 deletions(-) diff --git a/src/components/clinicalDataQuestions/components/QuestionFormItem.vue b/src/components/clinicalDataQuestions/components/QuestionFormItem.vue index aae9ff89..64cdfa17 100644 --- a/src/components/clinicalDataQuestions/components/QuestionFormItem.vue +++ b/src/components/clinicalDataQuestions/components/QuestionFormItem.vue @@ -1,51 +1,37 @@