影像上传页面,临床数据统计
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') }}:
|
>{{ $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', '')
|
||||||
|
|
Loading…
Reference in New Issue