diff --git a/pages/sanitation/gasInspection.vue b/pages/sanitation/gasInspection.vue
index 47ef92f..712811b 100644
--- a/pages/sanitation/gasInspection.vue
+++ b/pages/sanitation/gasInspection.vue
@@ -1,249 +1,268 @@
-
-
-
-
-
-
-
- 巡检点编码
- {{ deviceRepairObj.epInspectionPoint.patrolRegister }}
-
-
- 巡检点位置
- {{ deviceRepairObj.epInspectionPoint.insSpot }}
-
-
- 状态
- {{ deviceRepairObj.taskStatusText }}
-
-
- 巡检备注:
-
-
-
- {{uploader.length}}/9
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+ 巡检点编码
+ {{ deviceRepairObj.epInspectionPoint.insNum }}
+
+
+ 巡检点位置
+ {{ deviceRepairObj.epInspectionPoint.insSite }}
+
+
+ 状态
+
+ {{
+ deviceRepairObj.epInspectionPoint.taskStatus == 1
+ ? "待检"
+ : deviceRepairObj.epInspectionPoint.taskStatus == 2
+ ? "未检"
+ : deviceRepairObj.epInspectionPoint.taskStatus == 3
+ ? "已检"
+ : ""
+ }}
+
+
+
+ 巡检备注:
+
+
+
+
+
+
+ {{ uploader.length }}/9
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
\ No newline at end of file
diff --git a/pages/sanitation/waterInspection.vue b/pages/sanitation/waterInspection.vue
index 921d257..3d51cbc 100644
--- a/pages/sanitation/waterInspection.vue
+++ b/pages/sanitation/waterInspection.vue
@@ -1,249 +1,287 @@
-
-
-
-
-
-
-
- 巡检点编码
- {{ deviceRepairObj.epInspectionPoint.patrolRegister }}
-
-
- 巡检点位置
- {{ deviceRepairObj.epInspectionPoint.insSpot }}
-
-
- 状态
- {{ deviceRepairObj.taskStatusText }}
-
-
- 巡检备注:
-
-
-
- {{uploader.length}}/9
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+ 巡检点编码
+ {{ deviceRepairObj.epInspectionPoint.insNum }}
+
+
+ 巡检点位置
+ {{ deviceRepairObj.epInspectionPoint.insSite }}
+
+
+ 状态
+
+ {{
+ deviceRepairObj.epInspectionPoint.taskStatus == 1
+ ? "待检"
+ : deviceRepairObj.epInspectionPoint.taskStatus == 2
+ ? "未检"
+ : deviceRepairObj.epInspectionPoint.taskStatus == 3
+ ? "已检"
+ : ""
+ }}
+
+
+
+ 巡检备注:
+
+
+
+
+
+
+ {{ uploader.length }}/9
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
\ No newline at end of file