From fd21d32f4a7016a3005a55b36f0a0416d47ff28b Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Mon, 23 Dec 2024 13:23:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/api/check/test/index.ts | 5 +++ frontend/src/api/plan/autoTest.json | 2 +- .../home/components/dataCheckResultTable.vue | 16 ++++----- .../dataCheckSingleChannelSingleTestPopup.vue | 34 ++++++++++--------- frontend/src/views/home/components/test.vue | 18 +++++----- .../src/views/home/components/testPopup.vue | 18 +++++----- 6 files changed, 50 insertions(+), 43 deletions(-) create mode 100644 frontend/src/api/check/test/index.ts diff --git a/frontend/src/api/check/test/index.ts b/frontend/src/api/check/test/index.ts new file mode 100644 index 0000000..b3cd167 --- /dev/null +++ b/frontend/src/api/check/test/index.ts @@ -0,0 +1,5 @@ +import http from "@/api"; + +export const getCheckItemDetail = (params: { checkItemId: string, deviceId: string, chnNum: number }) => { + return http.post("/check/test/detail/", params, {loading: false}); +} \ No newline at end of file diff --git a/frontend/src/api/plan/autoTest.json b/frontend/src/api/plan/autoTest.json index aa54f89..7812c02 100644 --- a/frontend/src/api/plan/autoTest.json +++ b/frontend/src/api/plan/autoTest.json @@ -29,7 +29,7 @@ "isChildNode":true, "pid": "0-1", "id": "0-1-3", - "name": "输入:频率 50.05Hz..." + "name": "输入:频率 50.05Hz...." } ] }, diff --git a/frontend/src/views/home/components/dataCheckResultTable.vue b/frontend/src/views/home/components/dataCheckResultTable.vue index 28a0ea0..7d75816 100644 --- a/frontend/src/views/home/components/dataCheckResultTable.vue +++ b/frontend/src/views/home/components/dataCheckResultTable.vue @@ -10,33 +10,33 @@ - + - + - + - + - + - + - + - +