From 66d5591d50fabe12f69c27c2b32c7dbcd8bfdb02 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 17 Mar 2025 13:23:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=96=87=E6=A1=A3=E5=90=8C?= =?UTF-8?q?=E6=84=8F=E5=85=A5=E9=A1=B9=E8=AE=B0=E5=BD=95=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E6=9B=B4=E6=94=B9=E4=B8=BA=E5=BC=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/viewer/entryRecord/index.vue | 86 +++++++++++++++---- 1 file changed, 69 insertions(+), 17 deletions(-) diff --git a/src/views/trials/trials-panel/trial-summary/trial-document/components/viewer/entryRecord/index.vue b/src/views/trials/trials-panel/trial-summary/trial-document/components/viewer/entryRecord/index.vue index c2a612b1..e099ef12 100644 --- a/src/views/trials/trials-panel/trial-summary/trial-document/components/viewer/entryRecord/index.vue +++ b/src/views/trials/trials-panel/trial-summary/trial-document/components/viewer/entryRecord/index.vue @@ -71,23 +71,9 @@ - - {{ $t('trials:trialDocument:entryRecord:button:uploadFile') }} + + {{ $t('trials:trialDocument:entryRecord:title:uploadFile') }} - {{ - $t('trials:trialDocument:entryRecord:button:downLoadFile') - }} @@ -197,6 +183,33 @@ @close="close" @uplaodFile="uplaodFile" /> + + + + {{ $t('trials:trialDocument:entryRecord:title:uploadFile') }} + + + {{ file.FileName }} + + + + {{ $t('trials:trialDocument:entryRecord:button:uploadFile') }} + + {{ $t('trials:trialDocument:entryRecord:button:downLoadFile') }} + + + +