From 167716e61b8979df5150bee74a51940504c0c397 Mon Sep 17 00:00:00 2001 From: GYYM <704080176@qq.com> Date: Wed, 11 Dec 2024 17:46:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E3=80=81=E5=AE=88=E6=97=B6?= =?UTF-8?q?=E6=A3=80=E6=B5=8B=E9=A1=B5=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/api/device/device/deviceData.ts | 4 +- .../components/dataCheckChangeErrSysPopup.vue | 2 +- frontend/src/views/home/components/table.vue | 37 ++- frontend/src/views/home/components/test.vue | 52 ++++- .../src/views/home/components/timeTest.vue | 217 +++++++++++------- frontend/src/views/home/tabs/dashboard.vue | 7 +- 6 files changed, 224 insertions(+), 95 deletions(-) diff --git a/frontend/src/api/device/device/deviceData.ts b/frontend/src/api/device/device/deviceData.ts index 94b3590..58e2215 100644 --- a/frontend/src/api/device/device/deviceData.ts +++ b/frontend/src/api/device/device/deviceData.ts @@ -201,7 +201,7 @@ const data = [ }, { id: '15', //装置序号ID - name: '240013', //设备名称 + name: '240015', //设备名称 dev_Type: 'PQS-882A',//设备类型 dev_Chns: 1, //设备通道数 check_Result: '未检', //检测结果 @@ -212,7 +212,7 @@ const data = [ }, { id: '16', //装置序号ID - name: '240014', //设备名称 + name: '240016', //设备名称 dev_Type: 'PQS-882A',//设备类型 dev_Chns: 1, //设备通道数 check_Result: '未检', //检测结果 diff --git a/frontend/src/views/home/components/dataCheckChangeErrSysPopup.vue b/frontend/src/views/home/components/dataCheckChangeErrSysPopup.vue index 69df91b..16f56c6 100644 --- a/frontend/src/views/home/components/dataCheckChangeErrSysPopup.vue +++ b/frontend/src/views/home/components/dataCheckChangeErrSysPopup.vue @@ -269,7 +269,7 @@ const qualified = ref(0) const reportDisabled = ref(true) const reportDialogVisible = ref(false) const deviceName = ref('240001'); -const error_Sys_Id = ref('2'); +const error_Sys_Id = ref('1'); const testScriptName = ref('Q/GDW 10650.4-2021 模拟式'); const errorSysName = ref('Q/GDW 10650.2 - 2021'); const dataRule = ref('所有值'); diff --git a/frontend/src/views/home/components/table.vue b/frontend/src/views/home/components/table.vue index 3d6af8e..4907839 100644 --- a/frontend/src/views/home/components/table.vue +++ b/frontend/src/views/home/components/table.vue @@ -112,8 +112,8 @@ 归档 - 设备新增 + @@ -128,7 +128,17 @@ v-if="form.activeTabs === 3 && form.activeChildTabs === 1" >查看 -
+ + 报告下载 + + 误差体系更换 + +
+ + +
报告下载
+
+ +
+
- - 设备已合格 {{ qualified }} 台/共 4 台 - -
+ + + + 标准时间: {{ gpsTime }} + +
+
+ + 守时误差≤1000ms + + +
+ + 守时误差>1000ms + +
+ - -
-
- + + - + + - - --> + +
@@ -62,8 +89,9 @@