From 2b9b87a3db061916d9f859b8543fcb7936091d0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BE=E5=90=8C=E5=AD=A6?= Date: Mon, 15 Sep 2025 14:58:12 +0800 Subject: [PATCH] =?UTF-8?q?UPDATE:=20=E5=B8=83=E5=B1=80=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../home/components/reportResultPopup.vue | 85 ++++++++++++++----- 1 file changed, 66 insertions(+), 19 deletions(-) diff --git a/frontend/src/views/home/components/reportResultPopup.vue b/frontend/src/views/home/components/reportResultPopup.vue index c828075..9125db8 100644 --- a/frontend/src/views/home/components/reportResultPopup.vue +++ b/frontend/src/views/home/components/reportResultPopup.vue @@ -3,7 +3,7 @@ v-model="dialogVisible" title="报告生成" destroy-on-close - width="900" + width="750" draggable :close-on-click-modal="false" > @@ -14,34 +14,81 @@ :label="`测量回路${result.monitorNum}`" :name="index" > - - - {{ result.totalNum }} + + +
+ 总测试次数: + + {{ result.totalNum }} + +
+
+ +
+ 符合次数: + {{ result.qualifiedNum }} +
+
+ +
+ 不符合次数: + {{ result.unQualifiedNum }} +
+
+
+ + + + {{ result.errorSysName }} - - {{ result.qualifiedNum }} - - - {{ result.unQualifiedNum }} - - - {{ result.errorSysName }} - - + + 符合 不符合 无法比较 - -
- 第{{ result.whichTime }}次检测的{{ result.resultOrigin }} - 重新选择 -
+ + + 第{{ result.whichTime }}次检测的{{ result.resultOrigin }}