From a53fc5478bf4ddf2dbfc210616df1a4feaeaa429 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 28 Jun 2024 15:07:57 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E4=B8=B4=E5=BA=8A=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=B5=81=E7=A8=8B=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/uploadClinicalData.vue | 619 ++++++++++++------ 1 file changed, 411 insertions(+), 208 deletions(-) diff --git a/src/views/trials/trials-panel/visit/crc-upload/components/uploadClinicalData.vue b/src/views/trials/trials-panel/visit/crc-upload/components/uploadClinicalData.vue index cfeeba47..9f57e989 100644 --- a/src/views/trials/trials-panel/visit/crc-upload/components/uploadClinicalData.vue +++ b/src/views/trials/trials-panel/visit/crc-upload/components/uploadClinicalData.vue @@ -4,21 +4,27 @@
-

{{ $t('trials:uploadClinicalData:title:pastTreatment') }}

-
+

{{ $t("trials:uploadClinicalData:title:pastTreatment") }}

+
- {{ $t('common:button:new') }} + {{ $t("common:button:new") }}
@@ -26,10 +32,7 @@ :data="cd.ClinicalTableData.PreviousHistoryList" style="width: 100%" > - + @@ -50,7 +57,11 @@ :label="$t('trials:uploadClinicalData:table:endDate')" > @@ -59,7 +70,7 @@ :label="$t('trials:uploadClinicalData:table:isPD')" > -

{{ $t('trials:uploadClinicalData:title:pastSurgery') }}

-
+

{{ $t("trials:uploadClinicalData:title:pastSurgery") }}

+
- {{ $t('common:button:new') }} + {{ $t("common:button:new") }}
- + @@ -132,7 +147,7 @@