From 2a1dc4d2ddfc116b3f5b2632734139d6ce842ab7 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 20 Jun 2025 13:17:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E7=BB=93=E6=9E=84?= =?UTF-8?q?=E5=8C=96=E5=BD=95=E5=85=A5=E7=9A=84=E4=B8=B4=E5=BA=8A=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=EF=BC=8C=E9=85=8D=E7=BD=AE=E5=B7=A5=E5=85=B7=E5=AD=98?= =?UTF-8?q?=E5=9C=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/QuestionFormItem.vue | 294 ++---- .../clinicalDataQuestions/index.vue | 50 +- .../components/ClinicalQuestionConfig.vue | 191 +--- .../components/ClinicalQuestionForm.vue | 352 ++----- .../trial-config/components/processConfig.vue | 916 +++++------------- 5 files changed, 486 insertions(+), 1317 deletions(-) diff --git a/src/components/clinicalDataQuestions/components/QuestionFormItem.vue b/src/components/clinicalDataQuestions/components/QuestionFormItem.vue index aae9ff89..6e6e8f5e 100644 --- a/src/components/clinicalDataQuestions/components/QuestionFormItem.vue +++ b/src/components/clinicalDataQuestions/components/QuestionFormItem.vue @@ -1,21 +1,16 @@