From b8488b5aa83890cc531520055dec7bf353f9b4c4 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 16 九月 2025 14:38:02 +0800
Subject: [PATCH] 结果验证

---
 src/pages/index.vue |   10 ++++++++++
 src/pages.json      |    7 +++++++
 2 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index cccffcb..8fd1a91 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -378,6 +378,13 @@
         "navigationBarTitleText": "鏍囧噯浣滀笟鎸囧",
         "navigationStyle": "custom"
       }
+    },
+    {
+      "path": "pages/equipmentManagement/verification/index",
+      "style": {
+        "navigationBarTitleText": "缁撴灉楠岃瘉",
+        "navigationStyle": "custom"
+      }
     }
   ],
   "subPackages": [
diff --git a/src/pages/index.vue b/src/pages/index.vue
index e931c3f..ceb1000 100644
--- a/src/pages/index.vue
+++ b/src/pages/index.vue
@@ -280,6 +280,11 @@
 		icon: 'file-text',
 		label: '浣滀笟鎸囧',
 		bgColor: '#4caf50'
+	},
+	{
+		icon: 'checkmark-circle',
+		label: '缁撴灉楠岃瘉',
+		bgColor: '#9c27b0'
 	}
 ]);
 
@@ -387,6 +392,11 @@
 				url: '/pages/equipmentManagement/sop/index'
 			});
 			break;
+		case '缁撴灉楠岃瘉':
+			uni.navigateTo({
+				url: '/pages/equipmentManagement/verification/index'
+			});
+			break;
 		default:
 			uni.showToast({
 				title: `鐐瑰嚮浜�${item.label}`,

--
Gitblit v1.9.3