From 33004e081d8a4ea824249dc451a3cfdbeecff64a Mon Sep 17 00:00:00 2001 From: GYYM <704080176@qq.com> Date: Tue, 3 Dec 2024 17:13:47 +0800 Subject: [PATCH] =?UTF-8?q?=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 --- .../components/dataCheckChangeErrSysPopup.vue | 5 +-- .../views/home/components/dataCheckPopup.vue | 6 ++-- .../home/components/dataCheckResultTable.vue | 1 + .../dataCheckSingleChannelSingleTestPopup.vue | 2 +- .../src/views/home/components/reportPopup.vue | 6 ++-- .../src/views/home/components/timeTest.vue | 11 +++++-- frontend/src/views/home/tabs/dashboard.vue | 32 ++++++++++++++++--- 7 files changed, 48 insertions(+), 15 deletions(-) diff --git a/frontend/src/views/home/components/dataCheckChangeErrSysPopup.vue b/frontend/src/views/home/components/dataCheckChangeErrSysPopup.vue index 3ee7040..6e0dc86 100644 --- a/frontend/src/views/home/components/dataCheckChangeErrSysPopup.vue +++ b/frontend/src/views/home/components/dataCheckChangeErrSysPopup.vue @@ -47,7 +47,7 @@
合格92项/共103项 - 合格92项/共103项 + 合格92项/共103项
@@ -232,7 +232,7 @@ const reportDisabled = ref(true) const errorSysName = ref('Q/GDW 10650.2 - 2021'); const dataRule = ref('所有值'); const scriptSwitch = ref(true); - const currentScriptDsc = ref('频率准确度检测:频率:42.5Hz Ua=46.192V 0° Ub=46.192V -120° Uc=46.192V 120° Ia=1A 0° Ib=1A -120° Ic=1A 120°'); + const currentScriptDsc = ref('电压准确度检测:频率:42.5Hz Ua=46.192V 0° Ub=46.192V -120° Uc=46.192V 120° Ia=1A 0° Ib=1A -120° Ic=1A 120°'); const defaultProps = { children: "children", label: "name", @@ -302,6 +302,7 @@ const props = defineProps<{ const handleCancel = () => { emit('update:visible', false); // 关闭对话框 //clearInterval(timer.value); + reportDisabled.value = true; activeIndex.value = 0; tableData.value.length = 0; tableData.value = JSON.parse(JSON.stringify(operatorTableData.value)); diff --git a/frontend/src/views/home/components/dataCheckPopup.vue b/frontend/src/views/home/components/dataCheckPopup.vue index e1e2ec3..c098b57 100644 --- a/frontend/src/views/home/components/dataCheckPopup.vue +++ b/frontend/src/views/home/components/dataCheckPopup.vue @@ -26,7 +26,7 @@ - + @@ -123,7 +123,7 @@ const deviceName = ref('被检设备1'); const errorSysName = ref('Q/GDW 10650.2-2021'); const dataRule = ref('所有值'); const scriptSwitch = ref(true); - const currentScriptDsc = ref('频率准确度检测:频率:42.5Hz Ua=46.192V 0° Ub=46.192V -120° Uc=46.192V 120° Ia=1A 0° Ib=1A -120° Ic=1A 120°'); + const currentScriptDsc = ref('电压准确度检测:频率:42.5Hz Ua=46.192V 0° Ub=46.192V -120° Uc=46.192V 120° Ia=1A 0° Ib=1A -120° Ic=1A 120°'); const defaultProps = { children: "children", label: "name", diff --git a/frontend/src/views/home/components/dataCheckResultTable.vue b/frontend/src/views/home/components/dataCheckResultTable.vue index e236161..b0eb869 100644 --- a/frontend/src/views/home/components/dataCheckResultTable.vue +++ b/frontend/src/views/home/components/dataCheckResultTable.vue @@ -1,6 +1,7 @@