{{ $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;"
/>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
- {{ scope.row.LastName + '/' + scope.row.FirstName }}
+ {{ scope.row.LastName + ' / ' + scope.row.FirstName }}
+ {{$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 }}