From 2c97e1d4419aa4cd826fca4b35484108ed2f47ad Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 29 Mar 2024 17:14:42 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E4=B8=80=E8=87=B4=E6=80=A7=E5=88=86?= =?UTF-8?q?=E6=9E=90=E5=AF=BC=E5=87=BA=E5=BC=B9=E6=A1=86=E5=A4=A7=E5=B0=8F?= =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials/trials-panel/reading/consistency-analysis/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/trials/trials-panel/reading/consistency-analysis/index.vue b/src/views/trials/trials-panel/reading/consistency-analysis/index.vue index 45053807..e6f612f4 100644 --- a/src/views/trials/trials-panel/reading/consistency-analysis/index.vue +++ b/src/views/trials/trials-panel/reading/consistency-analysis/index.vue @@ -635,6 +635,7 @@ :title="$t('trials:reviewTrack:button:export')" :visible.sync="exportVisible" :close-on-click-modal="false" + width="35%" append-to-body> From a8fa74b270bca1daec333030796f09eab6555d59 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 1 Apr 2024 09:25:45 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E7=8B=AC=E7=AB=8B=E9=98=85=E7=89=87?= =?UTF-8?q?=E4=BA=BA=E9=A1=B5=E9=9D=A2=EF=BC=8C=E5=90=AF=E7=94=A8=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E7=9A=84=E5=AD=97=E4=BD=93=E9=A2=9C=E8=89=B2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.usa | 2 +- src/views/trials/trials-panel/enrolled-reviewers/list/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.usa b/.env.usa index 833c876c..03bb19dd 100644 --- a/.env.usa +++ b/.env.usa @@ -2,7 +2,7 @@ ENV = 'production' NODE_ENV = 'production' # base public path -VUE_APP_BASE_PATH = 'https://ei-code-prod.s3.amazonaws.com/2024-03-14/' +VUE_APP_BASE_PATH = 'https://ei-code-prod.s3.amazonaws.com/2024-03-29/' # 是否开启登陆限制 true:是 false:否 VUE_APP_LOGIN_FOR_PERMISSION = false diff --git a/src/views/trials/trials-panel/enrolled-reviewers/list/index.vue b/src/views/trials/trials-panel/enrolled-reviewers/list/index.vue index e097df4a..7c4c72af 100644 --- a/src/views/trials/trials-panel/enrolled-reviewers/list/index.vue +++ b/src/views/trials/trials-panel/enrolled-reviewers/list/index.vue @@ -81,7 +81,7 @@ @change="(v) => {return isEnableChange(scope.row, v)}" :disabled="!hasPermi(['trials:trials-panel:enrolled-reviewers:list:edit'])" /> - {{$fd('IsEnable', scope.row.IsEnable)}} + {{$fd('IsEnable', scope.row.IsEnable)}} From cdf26294d04e625be4ec7c270af12d5eaaff858f Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 1 Apr 2024 11:04:04 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E7=8B=AC=E7=AB=8B=E9=98=85=E7=89=87?= =?UTF-8?q?=E4=BA=BA=E9=A1=B5=E9=9D=A2=EF=BC=8C=E5=90=AF=E7=94=A8=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E7=9A=84=E5=AD=97=E4=BD=93=E9=A2=9C=E8=89=B2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials-panel/enrolled-reviewers/list/index.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/views/trials/trials-panel/enrolled-reviewers/list/index.vue b/src/views/trials/trials-panel/enrolled-reviewers/list/index.vue index 7c4c72af..1c34d898 100644 --- a/src/views/trials/trials-panel/enrolled-reviewers/list/index.vue +++ b/src/views/trials/trials-panel/enrolled-reviewers/list/index.vue @@ -69,7 +69,7 @@ @@ -124,11 +126,13 @@ v-model="scope.row.CriterionCategoryList.find(v => {return v.TrialReadingCriterionId === ite.TrialReadingCriterionId}).IsJoinAnalysis" :active-value="true" :inactive-value="false" + :active-text="$fd('YesOrNo', true)" + :inactive-text="$fd('YesOrNo', false)" @change="(v) => {return isConsistencyChange(scope.row, ite, v, true)}" :disabled="!hasPermi(['trials:trials-panel:enrolled-reviewers:list:edit'])" /> - {{$fd('YesOrNo', scope.row.CriterionCategoryList.find(v => {return v.TrialReadingCriterionId === ite.TrialReadingCriterionId}).IsJoinAnalysis)}} - {{$fd('YesOrNo',false)}} + Date: Mon, 1 Apr 2024 11:04:48 +0800 Subject: [PATCH 4/5] =?UTF-8?q?iqc=E9=A1=B9=E7=9B=AE=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E5=8A=A0=E6=80=A5=E9=87=8F=E5=B1=95=E7=A4=BA=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E9=87=8D=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/trials/trials-list/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/trials/trials-list/index.vue b/src/views/trials/trials-list/index.vue index 27673440..0ac10255 100644 --- a/src/views/trials/trials-list/index.vue +++ b/src/views/trials/trials-list/index.vue @@ -457,7 +457,7 @@ min-width="160" /> Date: Mon, 1 Apr 2024 11:14:20 +0800 Subject: [PATCH 5/5] =?UTF-8?q?crc=E5=8A=A0=E6=80=A5=E5=BD=B1=E5=83=8F?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E8=8F=9C=E5=8D=95=E4=BD=8D=E7=BD=AE=E5=8F=98?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/trials/trials-workbench/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/trials/trials-workbench/index.vue b/src/views/trials/trials-workbench/index.vue index 0f2a8f36..7251cd9a 100644 --- a/src/views/trials/trials-workbench/index.vue +++ b/src/views/trials/trials-workbench/index.vue @@ -247,6 +247,8 @@
+ + @@ -275,8 +277,6 @@ - -