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 | 32 ++++++++++++++++++++++++++++++--
1 files changed, 30 insertions(+), 2 deletions(-)
diff --git a/src/pages/index.vue b/src/pages/index.vue
index 22532f6..7f0408c 100644
--- a/src/pages/index.vue
+++ b/src/pages/index.vue
@@ -305,7 +305,7 @@
},
{
icon: "/static/images/icon/caigoutaizhang@2x.png",
- label: "鍗遍櫓婧愮鐞�",
+ label: "鍗遍櫓婧愬彴璐�",
},
{
icon: "/static/images/icon/caigoutaizhang@2x.png",
@@ -322,6 +322,18 @@
{
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: "瀹夊叏鍩硅",
},
]);
// 鍗忓悓鍔炲叕鍔熻兘鏁版嵁
@@ -686,7 +698,7 @@
url: "/pages/safeProduction/safeQualifications/index",
});
break;
- case "鍗遍櫓婧愮鐞�":
+ case "鍗遍櫓婧愬彴璐�":
uni.navigateTo({
url: "/pages/safeProduction/hazardSourceLedger/index",
});
@@ -706,6 +718,22 @@
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