From 0ed070ecd738216d8d23615e78ceb10b4448e0f4 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 19 May 2025 14:18:45 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E3=80=90=E4=B8=B4=E5=BA=8A=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E3=80=91=E6=96=B0=E5=A2=9E=E4=B8=B4=E5=BA=8A=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=97=B6=EF=BC=8C=E9=80=89=E6=8B=A9=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E5=90=8C=E6=97=B6=E5=AD=98=E5=9C=A8=E4=B8=AD=E6=96=87=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E5=92=8C=E8=8B=B1=E6=96=87=E6=A8=A1=E6=9D=BF=EF=BC=8C?= =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E8=AF=AD=E8=A8=80=E7=8E=AF=E5=A2=83=E5=8F=AA?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=B8=80=E4=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trial-config/components/clinicalDataForm.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/views/trials/trials-panel/setting/trial-config/components/clinicalDataForm.vue b/src/views/trials/trials-panel/setting/trial-config/components/clinicalDataForm.vue index be26e670..be29b4f8 100644 --- a/src/views/trials/trials-panel/setting/trial-config/components/clinicalDataForm.vue +++ b/src/views/trials/trials-panel/setting/trial-config/components/clinicalDataForm.vue @@ -116,7 +116,7 @@
@@ -147,7 +147,7 @@
@@ -222,7 +222,11 @@ export default { required: true, }, }, - + computed:{ + isEN() { + return this.$i18n.locale !== 'zh' + }, + }, data() { return { form: { From b92b55a45af16410f73270f243289d8d22a86424 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 19 May 2025 14:18:59 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E5=9F=B9=E8=AE=AD=E8=AF=BE=E7=A8=8B?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PreviewFile/index.vue | 5 +-- .../SignatureTemplate/TemplateForm.vue | 2 ++ .../SignatureTemplate/attachmentForm.vue | 2 +- .../SignatureTemplate/attachmentList.vue | 16 +++++++--- .../SignatureTemplate/attachmentPreview.vue | 9 +++++- .../components/SignatureTemplate/index.vue | 27 +++++++++++----- .../attachment-management/index.vue | 29 ++++++++++++----- .../attachments/self-attachment/index.vue | 31 ++++++++++++++----- .../components/needSignSysDoc.vue | 31 ++++++++++++++----- .../components/needSignedSysDoc.vue | 31 ++++++++++++++----- 10 files changed, 137 insertions(+), 46 deletions(-) diff --git a/src/components/PreviewFile/index.vue b/src/components/PreviewFile/index.vue index 003eac98..ebe10a04 100644 --- a/src/components/PreviewFile/index.vue +++ b/src/components/PreviewFile/index.vue @@ -12,7 +12,7 @@