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 @@