From 56d035253b4e1eecd4f4e5147aa06cec884f38c1 Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Mon, 31 Mar 2025 13:22:57 +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/interface/index.ts | 5 +++ .../home/components/dataCheckResultTable.vue | 41 ++++++++++++------- .../dataCheckSingleChannelSingleTestPopup.vue | 12 ++++-- .../components/errorSystemPopup.vue | 2 +- .../src/views/machine/errorSystem/index.vue | 10 ++++- 5 files changed, 50 insertions(+), 20 deletions(-) diff --git a/frontend/src/api/check/interface/index.ts b/frontend/src/api/check/interface/index.ts index 9900276..fdd1fe4 100644 --- a/frontend/src/api/check/interface/index.ts +++ b/frontend/src/api/check/interface/index.ts @@ -21,6 +21,7 @@ export namespace CheckData { isData?: number, //最大误差值 radius?: string, + unit?: string, } /** @@ -51,21 +52,25 @@ export namespace CheckData { errorA?: string, maxErrorA?: string, isDataA?: number, + unitA?: string, stdB?: string, dataB?: string, errorB?: string, maxErrorB?: string, isDataB?: number, + unitB?: string, stdC?: string, dataC?: string, errorC?: string, maxErrorC?: string, isDataC?: number, + unitC?: string, stdT?: string, dataT?: string, errorT?: string, maxErrorT?: string, isDataT?: number, + unitT?: string, //最大误差值 maxError?: string, diff --git a/frontend/src/views/home/components/dataCheckResultTable.vue b/frontend/src/views/home/components/dataCheckResultTable.vue index c7bf355..fc65fd0 100644 --- a/frontend/src/views/home/components/dataCheckResultTable.vue +++ b/frontend/src/views/home/components/dataCheckResultTable.vue @@ -10,14 +10,14 @@