影像上传页面,临床数据统计
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
689782bf36
commit
129548031c
|
@ -322,12 +322,11 @@
|
|||
>{{ $t('trials:crcUpload:label:dicom') }}:
|
||||
{{ scope.row.DicomStudyCount }},
|
||||
</span>
|
||||
<span
|
||||
v-if="
|
||||
<!-- v-if="
|
||||
scope.row.IsBaseLine &&
|
||||
otherInfo.ClinicalInformationTransmissionEnum > 0
|
||||
"
|
||||
>
|
||||
"-->
|
||||
<span>
|
||||
<span
|
||||
>{{ $t('trials:crcUpload:label:noneDicom') }}:
|
||||
{{ scope.row.NoneDicomStudyCount }},
|
||||
|
@ -337,10 +336,10 @@
|
|||
{{ scope.row.IsHaveClinicalData ? 'w/' : 'w/o' }}</span
|
||||
>
|
||||
</span>
|
||||
<span v-else
|
||||
<!-- <span v-else
|
||||
>{{ $t('trials:crcUpload:label:noneDicom') }}:
|
||||
{{ scope.row.NoneDicomStudyCount }}</span
|
||||
>
|
||||
> -->
|
||||
</div>
|
||||
<span>
|
||||
{{
|
||||
|
@ -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', '')
|
||||
|
|
Loading…
Reference in New Issue