Merge branch 'feature-analysis-RLR-renpy' of http://git.hivekion.com:3000/xiaoguangbin/AnalysisSystemForRadionuclide_vue into feature-analysis-RLR-renpy
This commit is contained in:
commit
0db383e436
|
@ -323,7 +323,6 @@ export default {
|
||||||
histogramDataDList, // 左侧 Beta-Gamma Spectrum: Sample 图表的3D部分
|
histogramDataDList, // 左侧 Beta-Gamma Spectrum: Sample 图表的3D部分
|
||||||
Boundary, // 左侧2d图表的矩形
|
Boundary, // 左侧2d图表的矩形
|
||||||
|
|
||||||
XeData, // 右下角Result Display
|
|
||||||
spectrumData,
|
spectrumData,
|
||||||
|
|
||||||
AcqTimeBtn, // QC Flags 相关
|
AcqTimeBtn, // QC Flags 相关
|
||||||
|
@ -333,6 +332,9 @@ export default {
|
||||||
GasBgBtn, // QC Flags 相关
|
GasBgBtn, // QC Flags 相关
|
||||||
DetBgBtn, // QC Flags 相关
|
DetBgBtn, // QC Flags 相关
|
||||||
} = this.sampleDetail[this.spectraType]
|
} = this.sampleDetail[this.spectraType]
|
||||||
|
const {
|
||||||
|
XeData, // 右下角Result Display
|
||||||
|
} = this.sampleDetail
|
||||||
|
|
||||||
this.spectrumData = spectrumData
|
this.spectrumData = spectrumData
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user