From 6c497f71f5441633099fc7a7896da8e8c7835f05 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 09 三月 2026 15:46:37 +0800
Subject: [PATCH] 公司app 1.商机管理添加字段

---
 src/pages.json |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 47 insertions(+), 0 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index 3937f03..6c38da8 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -32,6 +32,12 @@
       }
     },
     {
+      "path": "pages/message",
+      "style": {
+        "navigationBarTitleText": "娑堟伅涓績"
+      }
+    },
+    {
       "path": "pages/work",
       "style": {
         "navigationBarTitleText": "宸ヤ綔鍙�"
@@ -145,6 +151,20 @@
       "path": "pages/sales/receiptPaymentLedger/detail",
       "style": {
         "navigationBarTitleText": "瀹㈡埛寰�鏉ヨ鎯�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/opportunityManagement/index",
+      "style": {
+        "navigationBarTitleText": "鍟嗘満绠$悊",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/opportunityManagement/detail",
+      "style": {
+        "navigationBarTitleText": "鍟嗘満璇︽儏",
         "navigationStyle": "custom"
       }
     },
@@ -392,6 +412,27 @@
         "navigationBarTitleText": "宸℃涓婁紶",
         "navigationStyle": "custom"
       }
+    },
+    {
+      "path": "pages/equipmentManagement/faultAnalysis/index",
+      "style": {
+        "navigationBarTitleText": "鏁呴殰鍒嗘瀽杩芥函",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/productionManagement/productionOrder/index",
+      "style": {
+        "navigationBarTitleText": "鐢熶骇璁㈠崟",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/productionManagement/productionDispatching/index",
+      "style": {
+        "navigationBarTitleText": "鐢熶骇娲惧伐",
+        "navigationStyle": "custom"
+      }
     }
   ],
   "subPackages": [
@@ -604,6 +645,12 @@
         "text": "棣栭〉"
       },
       {
+        "pagePath": "pages/message",
+        "iconPath": "static/images/tabbar/work.png",
+        "selectedIconPath": "static/images/tabbar/work_.png",
+        "text": "娑堟伅"
+      },
+      {
         "pagePath": "pages/mine",
         "iconPath": "static/images/tabbar/mine.png",
         "selectedIconPath": "static/images/tabbar/mine_.png",

--
Gitblit v1.9.3