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;