From 022d80f30e6edc5fc8576fc5a0571bce50050369 Mon Sep 17 00:00:00 2001
From: sjl <1716605279@qq.com>
Date: Thu, 7 Aug 2025 14:43:56 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E6=97=B6=E6=95=B0=E6=8D=AE=E5=AF=B9?=
=?UTF-8?q?=E9=BD=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
frontend/src/api/socket/socket.ts | 8 +
.../src/views/home/components/compareTest.vue | 1308 +++++++++++++++--
.../home/components/deviceConnectionPopup.vue | 20 +-
.../home/components/realTimeDataAlign.vue | 373 +++--
.../home/components/selectTestItemPopup.vue | 7 +-
frontend/src/views/home/tabs/dashboard.vue | 2 +-
frontend/src/views/plan/planList/index.vue | 2 +-
7 files changed, 1410 insertions(+), 310 deletions(-)
diff --git a/frontend/src/api/socket/socket.ts b/frontend/src/api/socket/socket.ts
index 33fd498..23d8554 100644
--- a/frontend/src/api/socket/socket.ts
+++ b/frontend/src/api/socket/socket.ts
@@ -32,3 +32,11 @@ export const pauseTest = () => {
export const resumeTest = (params) => {
return http.post(`/prepare/restartTemTest/`, params, {loading: false})
}
+
+/**
+ * 比对式通道配对
+ * @param params
+ */
+export const contrastTest = (params: any) => {
+ return http.post(`/prepare/startContrastTest`,params)
+}
diff --git a/frontend/src/views/home/components/compareTest.vue b/frontend/src/views/home/components/compareTest.vue
index fc01889..a7dd07e 100644
--- a/frontend/src/views/home/components/compareTest.vue
+++ b/frontend/src/views/home/components/compareTest.vue
@@ -8,137 +8,1213 @@
检测用时:{{ timeView }}
-
这是第二个主标签页的内容
-
+ {{ item.log }}
+