diff --git a/src/views/trials/trials-panel/visit/crc-upload/index.vue b/src/views/trials/trials-panel/visit/crc-upload/index.vue index 725cefbb..52a22490 100644 --- a/src/views/trials/trials-panel/visit/crc-upload/index.vue +++ b/src/views/trials/trials-panel/visit/crc-upload/index.vue @@ -322,12 +322,11 @@ >{{ $t('trials:crcUpload:label:dicom') }}: {{ scope.row.DicomStudyCount }}, - 0 - " - > + "--> + {{ $t('trials:crcUpload:label:noneDicom') }}: {{ scope.row.NoneDicomStudyCount }}, @@ -337,10 +336,10 @@ {{ scope.row.IsHaveClinicalData ? 'w/' : 'w/o' }} - {{ $t('trials:crcUpload:label:noneDicom') }}: {{ scope.row.NoneDicomStudyCount }} + > --> {{ @@ -1682,7 +1681,7 @@ export default { this.searchData.SubjectInfo = this.$route.query.subjectCode changeURLStatic('subjectCode', '') } - + if (this.$route.query.trialSiteId) { this.searchData.TrialSiteId = this.$route.query.trialSiteId changeURLStatic('trialSiteId', '')