分段显隐时对应长短径标记同步
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2026-04-17 11:33:35 +08:00
parent 398ec90fae
commit 43aa371c36
1 changed files with 3 additions and 2 deletions

View File

@ -123,7 +123,7 @@
</el-switch>
<span style="margin-left: 5px;">{{
$t('trials:reading:Segmentations:title:InactiveSegmentationsShow')
}}</span>
}}</span>
</div>
</div>
<template v-if="segmentList.length > 0">
@ -203,7 +203,7 @@
<div v-for="k in statsKey" :key="k" class="statsBox">
<span>{{ k }}</span>
<span v-if="item.stats[k]">{{ Number(item.stats[k].value).toFixed(2)
}}<i>{{ item.stats[k].unit }}</i></span>
}}<i>{{ item.stats[k].unit }}</i></span>
</div>
</template>
<div class="serialNum" slot="reference">{{ index + 1 }}</div>
@ -676,6 +676,7 @@ export default {
// this.viewBidirectional(item.segments, view)
},
viewSegment(item, view) {
item.bidirectionalView = view
item.view = view
this.$emit('setToolsPassive')
DicomEvent.$emit('viewSegment', item)