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] =?UTF-8?q?=E8=B4=A8=E6=8E=A7=E6=B7=BB=E5=8A=A0=E5=A4=8D?= =?UTF-8?q?=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 @@