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 @@
@@ -78,10 +78,12 @@
v-model="scope.row.IsEnable"
:active-value="true"
:inactive-value="false"
+ :active-text="$fd('IsEnable', true)"
+ :inactive-text="$fd('IsEnable', false)"
@change="(v) => {return isEnableChange(scope.row, v)}"
:disabled="!hasPermi(['trials:trials-panel:enrolled-reviewers:list:edit'])"
/>
- {{$fd('IsEnable', scope.row.IsEnable)}}
+
@@ -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)}}
+