diff --git a/src/views/statistics/detail.vue b/src/views/statistics/detail.vue index 7649c26..eb5a28e 100644 --- a/src/views/statistics/detail.vue +++ b/src/views/statistics/detail.vue @@ -96,30 +96,85 @@ +
G RESOLUTION
+
GAMMA EFFICIENCY
+ + +
+ +
ROI LIMITS
+ + +
+ +
RATIOS
+ @@ -132,11 +187,37 @@ Energy Span:{{ allData.gspectrumBlock.energySpan }}
- Y log scale - Reset Zoom + Y log scale + Reset Zoom
-
+
+
+ +
BETA SPECTRUM
+
+
+ Number of Channels:{{ allData.bspectrumBlock.numberBChannels }} + Energy Span:{{ allData.bspectrumBlock.energySpan }} +
+
+ Y log scale + Reset Zoom +
+
+
+
+ +
HISTOGRAM
+
+
+ Number of B Channels:{{ allData.bspectrumBlock.numberBChannels }} + B Energy Span:{{ allData.bspectrumBlock.energySpan }} + Number of G Channels:{{ allData.bspectrumBlock.energySpan }} + G Energy Span:{{ allData.bspectrumBlock.energySpan }} +
+
+
CERTIFICATE
@@ -159,6 +240,7 @@ \ No newline at end of file diff --git a/src/views/statistics/imsData/radionuclide/nobleGas/betaGamma/detbkphd.vue b/src/views/statistics/imsData/radionuclide/nobleGas/betaGamma/detbkphd.vue new file mode 100644 index 0000000..7adf5e9 --- /dev/null +++ b/src/views/statistics/imsData/radionuclide/nobleGas/betaGamma/detbkphd.vue @@ -0,0 +1,93 @@ + + + + + \ No newline at end of file diff --git a/src/views/statistics/imsData/radionuclide/nobleGas/betaGamma/qcphd.vue b/src/views/statistics/imsData/radionuclide/nobleGas/betaGamma/qcphd.vue new file mode 100644 index 0000000..fa096ec --- /dev/null +++ b/src/views/statistics/imsData/radionuclide/nobleGas/betaGamma/qcphd.vue @@ -0,0 +1,93 @@ + + + + + \ No newline at end of file diff --git a/src/views/statistics/imsData/radionuclide/nobleGas/betaGamma/sphdf.vue b/src/views/statistics/imsData/radionuclide/nobleGas/betaGamma/sphdf.vue new file mode 100644 index 0000000..58693a0 --- /dev/null +++ b/src/views/statistics/imsData/radionuclide/nobleGas/betaGamma/sphdf.vue @@ -0,0 +1,94 @@ + + + + + \ No newline at end of file diff --git a/src/views/statistics/imsData/radionuclide/nobleGas/betaGamma/sphdp.vue b/src/views/statistics/imsData/radionuclide/nobleGas/betaGamma/sphdp.vue new file mode 100644 index 0000000..081b24f --- /dev/null +++ b/src/views/statistics/imsData/radionuclide/nobleGas/betaGamma/sphdp.vue @@ -0,0 +1,94 @@ + + + + + \ No newline at end of file diff --git a/src/views/statistics/imsData/radionuclide/nobleGas/hpge/calibphd.vue b/src/views/statistics/imsData/radionuclide/nobleGas/hpge/calibphd.vue index 20de007..1f8b315 100644 --- a/src/views/statistics/imsData/radionuclide/nobleGas/hpge/calibphd.vue +++ b/src/views/statistics/imsData/radionuclide/nobleGas/hpge/calibphd.vue @@ -81,7 +81,7 @@ export default { }, methods: { findStationList() { - getAction(this.url.findStationList, { menuName: 'Node Gas HPGe' }).then((res) => { + getAction(this.url.findStationList, { menuName: 'Noble Gas HPGe' }).then((res) => { if (res.result.length>0) { this.stationList = res.result.map((res) => ({ label: res.stationCode, value: res.stationId })) } else { diff --git a/src/views/statistics/imsData/radionuclide/nobleGas/hpge/detbkphd.vue b/src/views/statistics/imsData/radionuclide/nobleGas/hpge/detbkphd.vue index b6de042..6be846c 100644 --- a/src/views/statistics/imsData/radionuclide/nobleGas/hpge/detbkphd.vue +++ b/src/views/statistics/imsData/radionuclide/nobleGas/hpge/detbkphd.vue @@ -76,7 +76,7 @@ export default { }, methods: { findStationList() { - getAction(this.url.findStationList, { menuName: 'Node Gas HPGe' }).then((res) => { + getAction(this.url.findStationList, { menuName: 'Noble Gas HPGe' }).then((res) => { if (res.result.length>0) { this.stationList = res.result.map((res) => ({ label: res.stationCode, value: res.stationId })) } else { diff --git a/src/views/statistics/imsData/radionuclide/nobleGas/hpge/qcphd.vue b/src/views/statistics/imsData/radionuclide/nobleGas/hpge/qcphd.vue index e36176e..9c70200 100644 --- a/src/views/statistics/imsData/radionuclide/nobleGas/hpge/qcphd.vue +++ b/src/views/statistics/imsData/radionuclide/nobleGas/hpge/qcphd.vue @@ -76,7 +76,7 @@ export default { }, methods: { findStationList() { - getAction(this.url.findStationList, { menuName: 'Node Gas HPGe' }).then((res) => { + getAction(this.url.findStationList, { menuName: 'Noble Gas HPGe' }).then((res) => { if (res.result.length>0) { this.stationList = res.result.map((res) => ({ label: res.stationCode, value: res.stationId })) } else { diff --git a/src/views/statistics/imsData/radionuclide/nobleGas/hpge/sphdf.vue b/src/views/statistics/imsData/radionuclide/nobleGas/hpge/sphdf.vue index ad817fc..75d0dff 100644 --- a/src/views/statistics/imsData/radionuclide/nobleGas/hpge/sphdf.vue +++ b/src/views/statistics/imsData/radionuclide/nobleGas/hpge/sphdf.vue @@ -77,7 +77,7 @@ export default { }, methods: { findStationList() { - getAction(this.url.findStationList, { menuName: 'Node Gas HPGe' }).then((res) => { + getAction(this.url.findStationList, { menuName: 'Noble Gas HPGe' }).then((res) => { if (res.result.length>0) { this.stationList = res.result.map((res) => ({ label: res.stationCode, value: res.stationId })) } else { diff --git a/src/views/statistics/imsData/radionuclide/nobleGas/hpge/sphdp.vue b/src/views/statistics/imsData/radionuclide/nobleGas/hpge/sphdp.vue index 6022bca..3a98c44 100644 --- a/src/views/statistics/imsData/radionuclide/nobleGas/hpge/sphdp.vue +++ b/src/views/statistics/imsData/radionuclide/nobleGas/hpge/sphdp.vue @@ -77,7 +77,7 @@ export default { }, methods: { findStationList() { - getAction(this.url.findStationList, { menuName: 'Node Gas HPGe' }).then((res) => { + getAction(this.url.findStationList, { menuName: 'Noble Gas HPGe' }).then((res) => { if (res.result.length>0) { this.stationList = res.result.map((res) => ({ label: res.stationCode, value: res.stationId })) } else {