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