分割新工具禁用修改
continuous-integration/drone/push Build is passing Details

uat
wangxiaoshuang 2026-06-22 17:43:22 +08:00
parent 370f99eabc
commit 2e388db02c
2 changed files with 5 additions and 3 deletions

View File

@ -2990,6 +2990,8 @@ export default {
} }
} else if (this.activeTool === FusionJumpToPointTool.toolName) { } else if (this.activeTool === FusionJumpToPointTool.toolName) {
this.setFusionMipJumpEnabled(false) this.setFusionMipJumpEnabled(false)
} else if (this.activeTool === 'SphericalBrush') {
toolGroup.setToolDisabled('ThresholdSphere')
} else { } else {
toolGroup.setToolPassive(this.activeTool) toolGroup.setToolPassive(this.activeTool)
} }

View File

@ -1612,7 +1612,7 @@ export default {
label: "Mean Pixel", label: "Mean Pixel",
name: "sulpeak", name: "sulpeak",
unit: "SUL", unit: "SUL",
value: suvFactor.suvlbm ? segmentStat.mean.value * suvFactor.suvbw / suvFactor.suvlbm : 0, value: suvFactor.suvlbm ? segmentStat.mean.value * suvFactor.suvlbm / suvFactor.suvbw : 0,
} }
} }
let segmentGroup = this.segmentList.find(item => item.segmentationId === segmentationId) let segmentGroup = this.segmentList.find(item => item.segmentationId === segmentationId)