fix:1交互分析点击删除del失败问题;修改新beta页面 gamma样式
This commit is contained in:
parent
c478ad46ae
commit
2a7ef9b125
|
@ -1602,7 +1602,7 @@ export default {
|
|||
nuclideName: possibleNuclide,
|
||||
fileName,
|
||||
list_identify: nuclides,
|
||||
gammaROINum: this.currROIIndex + 1,
|
||||
gammaRoiNum: this.currROIIndex + 1,
|
||||
})
|
||||
if (success) {
|
||||
nuclides.push(possibleNuclide)
|
||||
|
|
|
@ -245,6 +245,7 @@ export default {
|
|||
redrawCtrlPointBySeriesName() {
|
||||
const series = findSeriesByName(this.option.series, 'BaseLine_Ctrl_Point')
|
||||
const data = this.channelData.baseLineCP
|
||||
series.symbolSize = 6
|
||||
series.data = data.map(({ size, color, point: { x, y } }) => {
|
||||
return {
|
||||
value: [x, y],
|
||||
|
@ -331,20 +332,20 @@ export default {
|
|||
)
|
||||
|
||||
// 设置 BaseLine
|
||||
this.setSeriesData(
|
||||
this.option.series,
|
||||
'BaseLine',
|
||||
this.transformPointListData(channelBaseLine.pointlist),
|
||||
channelBaseLine.color
|
||||
)
|
||||
// this.setSeriesData(
|
||||
// this.option.series,
|
||||
// 'BaseLine',
|
||||
// this.transformPointListData(channelBaseLine.pointlist),
|
||||
// channelBaseLine.color
|
||||
// )
|
||||
|
||||
// 设置 LcLine
|
||||
this.setSeriesData(
|
||||
this.option.series,
|
||||
'LcLine',
|
||||
this.transformPointListData(channelLcLine.pointlist),
|
||||
channelLcLine.color
|
||||
)
|
||||
// this.setSeriesData(
|
||||
// this.option.series,
|
||||
// 'LcLine',
|
||||
// this.transformPointListData(channelLcLine.pointlist),
|
||||
// channelLcLine.color
|
||||
// )
|
||||
|
||||
// 设置 ScacLine
|
||||
this.setSeriesData(
|
||||
|
|
Loading…
Reference in New Issue
Block a user