影像上传页面,临床数据统计
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') }}:
{{ 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>
{{