From ad993672246bf5e93ca3e9f7a79714401c592f1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E9=A3=9E?= Date: Fri, 8 Mar 2024 16:42:16 +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/system/user/components/UserInfo.vue | 4 +++- .../attachments/SPMEnrollment/index.vue | 6 +++--- .../attachments/enrollment/index.vue | 6 +++--- .../setting/medical-audit/index.vue | 18 +----------------- .../components/staffExternalForm.vue | 2 +- .../qc-check/components/qualityAssurance.vue | 2 ++ .../trials-panel/visit/qc-check/index.vue | 4 ++-- 7 files changed, 15 insertions(+), 27 deletions(-) diff --git a/src/views/system/user/components/UserInfo.vue b/src/views/system/user/components/UserInfo.vue index af0286b4..ac899317 100644 --- a/src/views/system/user/components/UserInfo.vue +++ b/src/views/system/user/components/UserInfo.vue @@ -41,7 +41,9 @@ - + + {{ item.label }} + diff --git a/src/views/trials/trials-panel/attachments/SPMEnrollment/index.vue b/src/views/trials/trials-panel/attachments/SPMEnrollment/index.vue index bdf3da96..5f92e8f6 100644 --- a/src/views/trials/trials-panel/attachments/SPMEnrollment/index.vue +++ b/src/views/trials/trials-panel/attachments/SPMEnrollment/index.vue @@ -12,11 +12,11 @@ {{$fd('Indication', trialInfo.IndicationEnum)}}{{trialInfo.Indication ? '-' + trialInfo.Indication : '' }}
- + {{ (trialInfo.CriterionList && trialInfo.CriterionList.length>0)? trialInfo.CriterionList.join(', '): '' }}
- + {{ $fd('ReadingMethod', trialInfo.ReadingType) }}-->
- + {{ trialInfo.TotalReviewers }}
diff --git a/src/views/trials/trials-panel/attachments/enrollment/index.vue b/src/views/trials/trials-panel/attachments/enrollment/index.vue index 534ad4f7..3269b96a 100644 --- a/src/views/trials/trials-panel/attachments/enrollment/index.vue +++ b/src/views/trials/trials-panel/attachments/enrollment/index.vue @@ -12,11 +12,11 @@ {{$fd('Indication', trialInfo.IndicationEnum)}}{{trialInfo.Indication ? '-' + trialInfo.Indication : '' }}
- + {{ (trialInfo.CriterionList && trialInfo.CriterionList.length>0)? trialInfo.CriterionList.join(', '): '' }}
- + {{ $fd('ReadingMethod', trialInfo.ReadingType) }}-->
- + {{ trialInfo.TotalReviewers }}
diff --git a/src/views/trials/trials-panel/setting/medical-audit/index.vue b/src/views/trials/trials-panel/setting/medical-audit/index.vue index eed30070..f031f933 100644 --- a/src/views/trials/trials-panel/setting/medical-audit/index.vue +++ b/src/views/trials/trials-panel/setting/medical-audit/index.vue @@ -18,22 +18,6 @@ style="width:120px;" /> - - - - - - - - - - - - - - - - - + - + + {{$fd('YesOrNo', scope.row.IsReading)}} @@ -189,6 +190,7 @@ :disabled="isAudit" @change="changeDeleteStatus($event, scope.row)" /> + {{$fd('YesOrNo', scope.row.IsDeleted)}}
- {{ $t('trials:crcUpload:label:dicom') }}: {{ scope.row.DicomStudyCount }}, + {{ $t('trials:crcUpload:label:dicom') }}: {{ scope.row.DicomStudyCount }}, - {{ $t('trials:crcUpload:label:noneDicom') }}: {{ scope.row.NoneDicomStudyCount }}, + {{ $t('trials:crcUpload:label:noneDicom') }}: {{ scope.row.NoneDicomStudyCount }}, {{ $t('trials:crcUpload:label:clinicalData') }}: {{ scope.row.IsHaveClinicalData?'w/':'w/o' }} {{ $t('trials:crcUpload:label:noneDicom') }}: {{ scope.row.NoneDicomStudyCount }}