From c30569f5e1490a5230ed820ab2afefa80932db29 Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Fri, 16 Jan 2026 10:44:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AF=94=E5=AF=B9=E7=B3=BB=E6=95=B0=E4=B8=8B?= =?UTF-8?q?=E5=8F=91=E5=85=A8=E5=B1=80=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/api/check/test/index.ts | 3 +- .../src/api/system/base/interface/index.ts | 1 + frontend/src/views/home/components/table.vue | 38 ++++++++++--------- frontend/src/views/system/base/index.vue | 6 +++ 4 files changed, 30 insertions(+), 18 deletions(-) diff --git a/frontend/src/api/check/test/index.ts b/frontend/src/api/check/test/index.ts index 54ea3a3..868b397 100644 --- a/frontend/src/api/check/test/index.ts +++ b/frontend/src/api/check/test/index.ts @@ -14,7 +14,8 @@ export const getScriptList = (params: { devId:string, chnNum:number, num:number, - planId:string + planId:string, + code:string }) => { return http.post('/result/getCheckItem', params, {loading: false}) } diff --git a/frontend/src/api/system/base/interface/index.ts b/frontend/src/api/system/base/interface/index.ts index 9da5a3c..22c09fb 100644 --- a/frontend/src/api/system/base/interface/index.ts +++ b/frontend/src/api/system/base/interface/index.ts @@ -14,6 +14,7 @@ export namespace Base { createTime?: string| null; //创建时间 updateBy?: string| null; //更新用户 updateTime?: string| null; //更新时间 + coefficient:number //比对监测后,当电压、电流不符合时,是否对标准设备进行系数校准 } } \ No newline at end of file diff --git a/frontend/src/views/home/components/table.vue b/frontend/src/views/home/components/table.vue index abed7d6..edcb2c7 100644 --- a/frontend/src/views/home/components/table.vue +++ b/frontend/src/views/home/components/table.vue @@ -198,8 +198,8 @@