分割新工具禁用修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
370f99eabc
commit
2e388db02c
|
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -143,7 +143,7 @@
|
||||||
</el-switch>
|
</el-switch>
|
||||||
<span style="margin-left: 5px;">{{
|
<span style="margin-left: 5px;">{{
|
||||||
$t('trials:reading:Segmentations:title:InactiveSegmentationsShow')
|
$t('trials:reading:Segmentations:title:InactiveSegmentationsShow')
|
||||||
}}</span>
|
}}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<template v-if="segmentList.length > 0">
|
<template v-if="segmentList.length > 0">
|
||||||
|
|
@ -326,7 +326,7 @@
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button type="text" @click.stop="restoreSegmentationVersion(scope.row)">{{
|
<el-button type="text" @click.stop="restoreSegmentationVersion(scope.row)">{{
|
||||||
$t('trials:reading:Segmentations:button:recovery')
|
$t('trials:reading:Segmentations:button:recovery')
|
||||||
}}</el-button>
|
}}</el-button>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue