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 | 68 ++++++++++++++++++++++++++++++++++
1 files changed, 68 insertions(+), 0 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index 8eda358..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"
}
},
@@ -371,6 +391,48 @@
"navigationBarTitleText": "鏅鸿兘娲惧崟",
"navigationStyle": "custom"
}
+ },
+ {
+ "path": "pages/equipmentManagement/sop/index",
+ "style": {
+ "navigationBarTitleText": "鏍囧噯浣滀笟鎸囧",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/equipmentManagement/verification/index",
+ "style": {
+ "navigationBarTitleText": "缁撴灉楠岃瘉",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/inspectionUpload/index",
+ "style": {
+ "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": [
@@ -583,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