diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/PetCtReadPage.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/PetCtReadPage.vue index 32251ed3..b697f355 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/PetCtReadPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/PetCtReadPage.vue @@ -6,7 +6,8 @@
{{ s.TaskBlindName }}
+ @click.prevent="toggleTask(s, index)">{{ + s.TaskBlindName }}
@@ -152,6 +153,12 @@
+ +
+ +
+ +
+ +
+ v-show="cellType.includes('FUSION')">
@@ -231,7 +257,7 @@ @click="setColorMap(colorMap)"> {{ colorMap - }} + }} @@ -443,7 +469,7 @@ {{ $t('common:button:cancel') - }} + }} {{ $t('common:button:confirm') }} @@ -453,8 +479,9 @@