Compare commits

..

No commits in common. "22b77ff70ff8c989537bed2a53db03ba82eb7bfd" and "8ff9e3b2324d2372ef90b14a6220ddf5dfac1400" have entirely different histories.

2 changed files with 4 additions and 7 deletions

View File

@ -26,8 +26,6 @@
$t('DicomViewer:anonymous:Exit') }}</div>
<div :class="{ btn: true, isNoted: isComparison }" @click="recovery(false)">{{
$t('DicomViewer:anonymous:Recovery') }}</div>
<div :class="{ btn: true, isNoted: isComparison }" @click="recovery(true)">{{
$t('DicomViewer:anonymous:RecoveryAll') }}</div>
</div>
<div v-show="layoutRow >= 1" class="dicom-row" :style="{ height: rowHeight }">
<div v-show="layoutRow >= 1 && layoutCol >= 1" class="dicom-item"
@ -101,9 +99,8 @@
<option value="3x2">3x2</option>
<option value="3x3">3x3</option>
</select>
<div class="btnBox" v-if="hasAnonymous && hasPermi(['role:iqc'])" @click="openAnonymous">{{
$t('DicomViewer:anonymous:PixelAnonymity')
}}
<div class="btnBox" v-if="hasAnonymous" @click="openAnonymous">{{ $t('DicomViewer:anonymous:PixelAnonymity')
}}
</div>
</div>
</div>
@ -1173,7 +1170,7 @@ export default {
z-index: 9999;
.btn {
width: 12%;
width: 15%;
text-align: center;
height: 40px;
line-height: 30px;

View File

@ -531,7 +531,7 @@ export default {
}
},
showSeriesImage(e, seriesIndex, series) {
if (!this.isComparison) return false
if (!isComparison) return false
this.activeSeriesId = series.seriesId
workSpeedclose(true)
// if (seriesIndex === this.currentSeriesIndex) return