分段显隐时对应长短径标记同步
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
398ec90fae
commit
43aa371c36
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue