From bb41ae6afa93801abafd71c38cdf55c47b00a99c Mon Sep 17 00:00:00 2001
From: wx <645899409@qq.com>
Date: Fri, 5 Dec 2025 15:47:12 +0800
Subject: [PATCH] update
---
.../anY/physical/components/detailDrawer.vue | 1 -
.../anY/physical/components/resultModal.vue | 148 +++++++++---------
2 files changed, 77 insertions(+), 72 deletions(-)
diff --git a/src/views/healthMonitor/anY/physical/components/detailDrawer.vue b/src/views/healthMonitor/anY/physical/components/detailDrawer.vue
index 30fde07..1403740 100644
--- a/src/views/healthMonitor/anY/physical/components/detailDrawer.vue
+++ b/src/views/healthMonitor/anY/physical/components/detailDrawer.vue
@@ -97,7 +97,6 @@
const [registerDrawer, {}] = useDrawerInner(async (data) => {
listData.value = [];
fForm.value = {};
- data.id = '1994381754169057282';
try {
loading.value = true;
const res = await queryCheckNewByIdApi({ id: data?.id });
diff --git a/src/views/healthMonitor/anY/physical/components/resultModal.vue b/src/views/healthMonitor/anY/physical/components/resultModal.vue
index 4a11677..3e74011 100644
--- a/src/views/healthMonitor/anY/physical/components/resultModal.vue
+++ b/src/views/healthMonitor/anY/physical/components/resultModal.vue
@@ -17,77 +17,79 @@
是否异常
异常结果
-
-
{{ index + 1 }}
-
-
-
- {{ item?.departName || '-' }}
-
-
- {{ item?.departName || '-' }}
-
-
-
-
-
-
- {{ item?.projectName || '-' }}
-
-
- {{ item?.projectName || '-' }}
-
-
-
-
-
-
- {{ item?.abnormalResult && item?.abnormalResult !== 'null' ? item?.abnormalResult : '无' }}
-
-
- {{ item?.abnormalResult && item?.abnormalResult !== 'null' ? item?.abnormalResult : '无' }}
-
-
-
-
-
-
- {{ item?.unit || '-' }}
-
-
- {{ item?.unit || '-' }}
-
-
-
-
-
-
- {{ item?.referenceValue || '-' }}
-
-
- {{ item?.referenceValue || '-' }}
-
-
-
-
-
-
- {{ item?.abnormal || '-' }}
-
-
- {{ item?.abnormal || '-' }}
-
-
-
-
-
-
- {{ item?.resultValue || '-' }}
-
-
- {{ item?.resultValue || '-' }}
-
-
+
+
+
{{ index + 1 }}
+
+
+
+ {{ item?.departName || '-' }}
+
+
+ {{ item?.departName || '-' }}
+
+
+
+
+
+
+ {{ item?.projectName || '-' }}
+
+
+ {{ item?.projectName || '-' }}
+
+
+
+
+
+
+ {{ item?.abnormalResult && item?.abnormalResult !== 'null' ? item?.abnormalResult : '无' }}
+
+
+ {{ item?.abnormalResult && item?.abnormalResult !== 'null' ? item?.abnormalResult : '无' }}
+
+
+
+
+
+
+ {{ item?.unit || '-' }}
+
+
+ {{ item?.unit || '-' }}
+
+
+
+
+
+
+ {{ item?.referenceValue || '-' }}
+
+
+ {{ item?.referenceValue || '-' }}
+
+
+
+
+
+
+ {{ item?.abnormal || '-' }}
+
+
+ {{ item?.abnormal || '-' }}
+
+
+
+
+
+
+ {{ item?.resultValue || '-' }}
+
+
+ {{ item?.resultValue || '-' }}
+
+
+
@@ -142,6 +144,10 @@
.modal-inner-d {
width: 100%;
position: relative;
+ height: 60vh;
+ display: flex;
+ flex-direction: column;
+ overflow-y: auto;
> div {
width: 100%;