From 5eadfbb64d2f288b92ec1f22cfef6f096b4b9a9e Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 06 二月 2026 14:24:11 +0800
Subject: [PATCH] Merge branch 'dev_new' of http://114.132.189.42:9002/r/product-inventory-APP-before into dev_new

---
 src/pages/index.vue |   58 ++++++++++++++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 52 insertions(+), 6 deletions(-)

diff --git a/src/pages/index.vue b/src/pages/index.vue
index dab005e..7f0408c 100644
--- a/src/pages/index.vue
+++ b/src/pages/index.vue
@@ -305,11 +305,35 @@
     },
     {
       icon: "/static/images/icon/caigoutaizhang@2x.png",
-      label: "鍗遍櫓婧愮鐞�",
+      label: "鍗遍櫓婧愬彴璐�",
     },
     {
       icon: "/static/images/icon/caigoutaizhang@2x.png",
       label: "鍗遍櫓浣滀笟",
+    },
+    {
+      icon: "/static/images/icon/xunjianshangchuan@2x.png",
+      label: "宸℃涓婁紶",
+    },
+    {
+      icon: "/static/images/icon/guzhangfenxi@2x.png",
+      label: "闅愭偅鎺掓煡",
+    },
+    {
+      icon: "/static/images/icon/guzhangfenxi@2x.png",
+      label: "鍗遍櫓鐗╂枡",
+    },
+    {
+      icon: "/static/images/icon/guzhangfenxi@2x.png",
+      label: "搴旀�ラ妗�",
+    },
+    {
+      icon: "/static/images/icon/guzhangfenxi@2x.png",
+      label: "浜嬫晠涓婃姤",
+    },
+    {
+      icon: "/static/images/icon/guzhangfenxi@2x.png",
+      label: "瀹夊叏鍩硅",
     },
   ]);
   // 鍗忓悓鍔炲叕鍔熻兘鏁版嵁
@@ -398,10 +422,6 @@
     {
       icon: "/static/images/icon/shbeibaoyang@2x.png",
       label: "璁惧淇濆吇",
-    },
-    {
-      icon: "/static/images/icon/xunjianshangchuan@2x.png",
-      label: "宸℃涓婁紶",
     },
     {
       icon: "/static/images/icon/guzhangfenxi@2x.png",
@@ -678,7 +698,7 @@
           url: "/pages/safeProduction/safeQualifications/index",
         });
         break;
-      case "鍗遍櫓婧愮鐞�":
+      case "鍗遍櫓婧愬彴璐�":
         uni.navigateTo({
           url: "/pages/safeProduction/hazardSourceLedger/index",
         });
@@ -688,6 +708,32 @@
           url: "/pages/cooperativeOffice/collaborativeApproval/index8",
         });
         break;
+      case "闅愭偅鎺掓煡":
+        uni.navigateTo({
+          url: "/pages/safeProduction/dangerInvestigation/index",
+        });
+        break;
+      case "鍗遍櫓鐗╂枡":
+        uni.navigateTo({
+          url: "/pages/safeProduction/hazardousMaterialsControl/index",
+        });
+        break;
+      case "搴旀�ラ妗�":
+        uni.navigateTo({
+          url: "/pages/safeProduction/emergencyPlanReview/index",
+        });
+        break;
+      case "浜嬫晠涓婃姤":
+        uni.navigateTo({
+          url: "/pages/safeProduction/accidentReportingRecord/index",
+        });
+        break;
+      case "瀹夊叏鍩硅":
+        uni.navigateTo({
+          url: "/pages/safeProduction/safetyTrainingAssessment/index",
+        });
+        break;
+
       default:
         uni.showToast({
           title: `鐐瑰嚮浜�${item.label}`,

--
Gitblit v1.9.3