feat: 增加AcqStartTime
This commit is contained in:
parent
a1b4ef4f97
commit
44cfc62ed5
|
@ -4,7 +4,10 @@
|
|||
<div class="content">
|
||||
<div class="QCs">
|
||||
<div class="beta-gamma-spectrum">
|
||||
<p>Beta-Gamma Spectrum: QC</p>
|
||||
<p>
|
||||
Beta-Gamma Spectrum: QC
|
||||
<span style="margin-left: 10px;">AcqStartTime:{{acqStartTime}}</span>
|
||||
</p>
|
||||
<div class="content">
|
||||
<div class="settings">
|
||||
<div class="channel-and-width">
|
||||
|
@ -579,6 +582,7 @@ export default {
|
|||
gammaGatedChartOption: cloneDeep(initialGammaGatedChartOption),
|
||||
figureChartOption: cloneDeep(initialFigureChartOption),
|
||||
|
||||
acqStartTime: '',
|
||||
list: [],
|
||||
isLoading: false,
|
||||
isLoadingGammaGated: false,
|
||||
|
@ -669,10 +673,12 @@ export default {
|
|||
newCToE,
|
||||
newEToC,
|
||||
tableWidgets,
|
||||
acqStartTime
|
||||
} = res.result
|
||||
this.c2e = CToE
|
||||
this.e2c = EToC
|
||||
this.list = tableWidgets
|
||||
this.acqStartTime = acqStartTime
|
||||
|
||||
this.oldScatterSeries = oldScatterSeries
|
||||
this.count = oldScatterSeries.length
|
||||
|
|
|
@ -4,7 +4,10 @@
|
|||
<div class="content">
|
||||
<div class="QCs">
|
||||
<div class="beta-gamma-spectrum">
|
||||
<p>Beta-Gamma Spectrum: QC</p>
|
||||
<p>
|
||||
Beta-Gamma Spectrum: QC
|
||||
<span style="margin-left: 10px;">AcqStartTime:{{acqStartTime}}</span>
|
||||
</p>
|
||||
<div class="content">
|
||||
<div class="settings">
|
||||
<div class="channel-and-width">
|
||||
|
@ -574,6 +577,7 @@ export default {
|
|||
gammaGatedChartOption: cloneDeep(initialGammaGatedChartOption),
|
||||
figureChartOption: cloneDeep(initialFigureChartOption),
|
||||
|
||||
acqStartTime: '',
|
||||
list: [],
|
||||
isLoading: false,
|
||||
isLoadingGammaGated: false,
|
||||
|
@ -670,10 +674,12 @@ export default {
|
|||
newCToE,
|
||||
newEToC,
|
||||
tableWidgets,
|
||||
acqStartTime
|
||||
} = res.result
|
||||
this.c2e = CToE
|
||||
this.e2c = EToC
|
||||
this.list = tableWidgets
|
||||
this.acqStartTime = acqStartTime
|
||||
|
||||
this.oldScatterSeries = oldScatterSeries
|
||||
this.count = oldScatterSeries.length
|
||||
|
|
Loading…
Reference in New Issue
Block a user