diff --git a/frontend/src/views/home/components/dataCheckRawDataTable.vue b/frontend/src/views/home/components/dataCheckRawDataTable.vue
index 2387c01..de524a5 100644
--- a/frontend/src/views/home/components/dataCheckRawDataTable.vue
+++ b/frontend/src/views/home/components/dataCheckRawDataTable.vue
@@ -12,7 +12,7 @@
-
+
@@ -27,6 +27,7 @@ import {exportRawData} from "@/api/check/test"
const {tableData} = defineProps<{
tableData: CheckData.RawDataItem[]
+ currentScriptTypeName: string
}>()
const unit = computed(() => {
diff --git a/frontend/src/views/home/components/dataCheckResultTable.vue b/frontend/src/views/home/components/dataCheckResultTable.vue
index ef23c7b..6651597 100644
--- a/frontend/src/views/home/components/dataCheckResultTable.vue
+++ b/frontend/src/views/home/components/dataCheckResultTable.vue
@@ -9,9 +9,9 @@
-
-
-
+
+
+
@@ -26,9 +26,9 @@
-
-
-
+
+
+
@@ -43,9 +43,9 @@
-
-
-
+
+
+
@@ -63,9 +63,9 @@
-
-
-
+
+
+
@@ -101,6 +101,7 @@ import {CheckData} from "@/api/check/interface";
const {tableData} = defineProps<{
tableData: CheckData.CheckResult[],
+ currentScriptTypeName: string
}>();
diff --git a/frontend/src/views/home/components/dataCheckSingleChannelSingleTestPopup.vue b/frontend/src/views/home/components/dataCheckSingleChannelSingleTestPopup.vue
index 28c7d29..b3eb09d 100644
--- a/frontend/src/views/home/components/dataCheckSingleChannelSingleTestPopup.vue
+++ b/frontend/src/views/home/components/dataCheckSingleChannelSingleTestPopup.vue
@@ -77,10 +77,10 @@
-
+
-
+