From 37083655a066f4c08a039acfeb55c45756b6bb5e Mon Sep 17 00:00:00 2001
From: Tao-826 <2513445933@qq.com>
Date: Wed, 9 Jul 2025 14:45:06 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E5=B2=97=E5=89=8D=E4=BD=93?=
=?UTF-8?q?=E6=A3=80=E5=A2=9E=E5=8A=A0=E9=80=89=E6=8B=A9=E6=A1=86=E9=80=89?=
=?UTF-8?q?=E9=A1=B9=EF=BC=8C=E4=BF=AE=E6=94=B9=E5=88=97=E8=A1=A8=E5=86=85?=
=?UTF-8?q?=E5=AE=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../personnePostPhysicalExamination/index.vue | 43 +++++++++++--------
1 file changed, 26 insertions(+), 17 deletions(-)
diff --git a/src/views/personnePostPhysicalExamination/index.vue b/src/views/personnePostPhysicalExamination/index.vue
index eeab664..3ec2ec6 100644
--- a/src/views/personnePostPhysicalExamination/index.vue
+++ b/src/views/personnePostPhysicalExamination/index.vue
@@ -55,6 +55,11 @@
+
+
+
+
+
@@ -70,43 +75,45 @@
-
-
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
{{ scope.row.A9 }}
{{ scope.row.A9 }}
-
+
{{ scope.row.A10 }}
{{ scope.row.A10 }}
-
+
{{ scope.row.A11 }}
{{ scope.row.A11 }}
-
+
{{ scope.row.A12 }}
{{ scope.row.A12 }}
-
+
{{ scope.row.A13 }}
{{ scope.row.A13 }}
@@ -128,6 +135,8 @@ const projectList = ref([])
const sectionList = ref([])
const projectState = ref('')
const sectionState = ref('')
+const laborTeamList = ref([])
+const laborTeamState = ref('')
const input = ref('')
const tableLoading = ref(false)
const tableHeight = ref('60vh')
@@ -140,9 +149,9 @@ const background = ref(true)
const disabled = ref(false)
const size = ref('default')
const tableData = ref([
- { A1: '项目1', A2: '标段1', A3: '张三', A4: '男', A5: '18', A6: '电工', A7: '2022-01-01', A8: '2022-01-01', A9: '145/95', A10: '80', A11: '101', A12: '37.5', A13: '异常' },
- { A1: '项目1', A2: '标段1', A3: '张三', A4: '男', A5: '18', A6: '电工', A7: '2022-01-01', A8: '2022-01-01', A9: '120/80', A10: '95', A11: '70', A12: '36.5', A13: '正常' },
- { A1: '项目1', A2: '标段1', A3: '张三', A4: '男', A5: '18', A6: '电工', A7: '2022-01-01', A8: '2022-01-01', A9: '120/80', A10: '95', A11: '59', A12: '36.5', A13: '正常' },
+ { A1: '项目1', A2: '标段1', A14: '劳务队1', A3: '张三', A4: '男', A5: '18', A6: '电工', A7: '2022-01-01', A8: '2022-01-01', A9: '145/95', A10: '80', A11: '101', A12: '37.5', A13: '异常' },
+ { A1: '项目1', A2: '标段1', A14: '劳务队2', A3: '张三', A4: '男', A5: '18', A6: '电工', A7: '2022-01-01', A8: '2022-01-01', A9: '120/80', A10: '95', A11: '70', A12: '36.5', A13: '正常' },
+ { A1: '项目1', A2: '标段1', A14: '劳务队1', A3: '张三', A4: '男', A5: '18', A6: '电工', A7: '2022-01-01', A8: '2022-01-01', A9: '120/80', A10: '95', A11: '59', A12: '36.5', A13: '正常' },
])
const isBloodPressureNormal = (pressure) => {
if (!pressure) return false;