影像上传页面,临床数据统计
continuous-integration/drone/push Build is passing Details

uat
wangxiaoshuang 2025-02-13 10:17:42 +08:00
parent 689782bf36
commit 129548031c
1 changed files with 6 additions and 7 deletions

View File

@ -322,12 +322,11 @@
>{{ $t('trials:crcUpload:label:dicom') }}: >{{ $t('trials:crcUpload:label:dicom') }}:
{{ scope.row.DicomStudyCount }}, {{ scope.row.DicomStudyCount }},
</span> </span>
<span <!-- v-if="
v-if="
scope.row.IsBaseLine && scope.row.IsBaseLine &&
otherInfo.ClinicalInformationTransmissionEnum > 0 otherInfo.ClinicalInformationTransmissionEnum > 0
" "-->
> <span>
<span <span
>{{ $t('trials:crcUpload:label:noneDicom') }}: >{{ $t('trials:crcUpload:label:noneDicom') }}:
{{ scope.row.NoneDicomStudyCount }}, {{ scope.row.NoneDicomStudyCount }},
@ -337,10 +336,10 @@
{{ scope.row.IsHaveClinicalData ? 'w/' : 'w/o' }}</span {{ scope.row.IsHaveClinicalData ? 'w/' : 'w/o' }}</span
> >
</span> </span>
<span v-else <!-- <span v-else
>{{ $t('trials:crcUpload:label:noneDicom') }}: >{{ $t('trials:crcUpload:label:noneDicom') }}:
{{ scope.row.NoneDicomStudyCount }}</span {{ scope.row.NoneDicomStudyCount }}</span
> > -->
</div> </div>
<span> <span>
{{ {{
@ -1682,7 +1681,7 @@ export default {
this.searchData.SubjectInfo = this.$route.query.subjectCode this.searchData.SubjectInfo = this.$route.query.subjectCode
changeURLStatic('subjectCode', '') changeURLStatic('subjectCode', '')
} }
if (this.$route.query.trialSiteId) { if (this.$route.query.trialSiteId) {
this.searchData.TrialSiteId = this.$route.query.trialSiteId this.searchData.TrialSiteId = this.$route.query.trialSiteId
changeURLStatic('trialSiteId', '') changeURLStatic('trialSiteId', '')