diff --git a/src/views/statistics/imsData/radionuclide/particulate/components/ChartItem.vue b/src/views/statistics/Statistics/dataQuality/components/ChartItem.vue similarity index 100% rename from src/views/statistics/imsData/radionuclide/particulate/components/ChartItem.vue rename to src/views/statistics/Statistics/dataQuality/components/ChartItem.vue diff --git a/src/views/statistics/Statistics/dataQuality/index.vue b/src/views/statistics/Statistics/dataQuality/index.vue new file mode 100644 index 0000000..a3d9f8f --- /dev/null +++ b/src/views/statistics/Statistics/dataQuality/index.vue @@ -0,0 +1,416 @@ + + + + + + {{ item.stationCode }} + + + + + + + + + + + {{ item.stationCode }}-{{ column.dataType == 'PHD+MET+SOH' ? 'P_M_S' : column.dataType }}-DA + + + + {{ item.stationCode }}-{{ column.dataType == 'PHD+MET+SOH' ? 'P_M_S' : column.dataType }}-SPI + + + + + + + + + + diff --git a/src/views/statistics/imsData/radionuclide/particulate/blankphd.vue b/src/views/statistics/imsData/radionuclide/particulate/blankphd.vue index f274feb..0bd7fed 100644 --- a/src/views/statistics/imsData/radionuclide/particulate/blankphd.vue +++ b/src/views/statistics/imsData/radionuclide/particulate/blankphd.vue @@ -1,416 +1,104 @@ - - - - - {{ item.stationCode }} - - - - - - - - - - - {{ item.stationCode }}-{{ column.dataType == 'PHD+MET+SOH' ? 'P_M_S' : column.dataType }}-DA - - - - {{ item.stationCode }}-{{ column.dataType == 'PHD+MET+SOH' ? 'P_M_S' : column.dataType }}-SPI - - - - - - + + + \ No newline at end of file