From 5d113f128f0e3b1e23e28ce6c8e8f9f59e212bc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E9=A3=9E?= Date: Fri, 8 Mar 2024 17:02:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E5=8F=B0=E5=BE=85=E5=8A=9E?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/trials/trials-list/index.vue | 16 ++++++++-------- .../qc-check/components/qualityAssurance.vue | 6 ++++-- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/src/views/trials/trials-list/index.vue b/src/views/trials/trials-list/index.vue index 853f075d..40854bbb 100644 --- a/src/views/trials/trials-list/index.vue +++ b/src/views/trials/trials-list/index.vue @@ -555,14 +555,14 @@ @click.stop="handleAbandon(scope.row)" /> - + + + + + + + + diff --git a/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue b/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue index b8418ee0..2e992780 100644 --- a/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue +++ b/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue @@ -175,8 +175,9 @@ v-model="scope.row.IsReading" :disabled="scope.row.IsDeleted || isAudit" @change="changeReadingStatus($event, scope.row)" + :active-text="$fd('YesOrNo', true)" + :inactive-text="$fd('YesOrNo', false)" /> - {{$fd('YesOrNo', scope.row.IsReading)}} @@ -189,8 +190,9 @@ v-model="scope.row.IsDeleted" :disabled="isAudit" @change="changeDeleteStatus($event, scope.row)" + :active-text="$fd('YesOrNo', true)" + :inactive-text="$fd('YesOrNo', false)" /> - {{$fd('YesOrNo', scope.row.IsDeleted)}}