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?.projectName || '-' }} -
-
-
-
- - -
- {{ item?.abnormalResult && item?.abnormalResult !== 'null' ? item?.abnormalResult : '无' }} -
-
-
-
- - -
- {{ item?.unit || '-' }} -
-
-
-
- - -
- {{ item?.referenceValue || '-' }} -
-
-
-
- - -
- {{ item?.abnormal || '-' }} -
-
-
-
- - -
- {{ item?.resultValue || '-' }} -
-
+
+
+
{{ index + 1 }}
+
+ + +
+ {{ item?.departName || '-' }} +
+
+
+
+ + +
+ {{ item?.projectName || '-' }} +
+
+
+
+ + +
+ {{ item?.abnormalResult && item?.abnormalResult !== 'null' ? item?.abnormalResult : '无' }} +
+
+
+
+ + +
+ {{ item?.unit || '-' }} +
+
+
+
+ + +
+ {{ item?.referenceValue || '-' }} +
+
+
+
+ + +
+ {{ item?.abnormal || '-' }} +
+
+
+
+ + +
+ {{ 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%;