From 1ed366885433dfdec1241312356535b868c39eee Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期四, 26 二月 2026 16:21:04 +0800
Subject: [PATCH] 合同管理模块开发

---
 src/pages/index.vue |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/pages/index.vue b/src/pages/index.vue
index 1b20903..d1f8f1a 100644
--- a/src/pages/index.vue
+++ b/src/pages/index.vue
@@ -309,6 +309,10 @@
       icon: "/static/images/icon/caigoutaizhang@2x.png",
       label: "浜哄憳钖祫",
     },
+    {
+      icon: "/static/images/icon/caigoutaizhang@2x.png",
+      label: "鍚堝悓绠$悊",
+    },
   ]);
   const safetyItems = reactive([
     {
@@ -716,6 +720,11 @@
           url: "/pages/humanResources/monthlyStatistics/index",
         });
         break;
+      case "鍚堝悓绠$悊":
+        uni.navigateTo({
+          url: "/pages/humanResources/contractManagement/index",
+        });
+        break;
       default:
         uni.showToast({
           title: `鐐瑰嚮浜�${item.label}`,
@@ -981,6 +990,7 @@
     const originalHumanResources = [
       { icon: "/static/images/icon/caigoutaizhang@2x.png", label: "鎵撳崱绛惧埌" },
       { icon: "/static/images/icon/caigoutaizhang@2x.png", label: "浜哄憳钖祫" },
+      { icon: "/static/images/icon/caigoutaizhang@2x.png", label: "鍚堝悓绠$悊" },
     ];
     const filteredHumanResources = originalHumanResources.filter(item => {
       return allowedMenuTitles.has(item.label);

--
Gitblit v1.9.3