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-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" /> @@ -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)}} + 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 @@ - -