From 2b16285384473cff0a623550c76b9d7b7d50c20b Mon Sep 17 00:00:00 2001
From: ysn <2126564605@qq.com>
Date: Thu, 23 Apr 2026 19:23:47 +0800
Subject: [PATCH] =?UTF-8?q?PDA-=E5=AE=89=E7=8E=AF=E7=AE=A1=E7=90=86-?=
=?UTF-8?q?=E5=BA=9F=E6=B0=B4/=E5=BA=9F=E6=B0=94=E5=B7=A1=E6=A3=80-?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=AF=B9=E6=8E=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/sanitation/gasInspection.vue | 477 +++++++++++++-------------
pages/sanitation/waterInspection.vue | 496 ++++++++++++++-------------
2 files changed, 515 insertions(+), 458 deletions(-)
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