From bd96ac239ba897edc2f8bed5cfb426e0f54ee877 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期二, 20 一月 2026 09:57:29 +0800
Subject: [PATCH] 人员列表接口替换
---
src/pages.json | 97 ++++++++++++++++++++++++++++++++++++++++--------
1 files changed, 80 insertions(+), 17 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index 2375606..ca4a8e0 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -296,9 +296,72 @@
}
},
{
- "path": "pages/cooperativeOffice/collaborativeApproval/index",
+ "path": "pages/managementMeetings/meetingSettings/index",
"style": {
- "navigationBarTitleText": "瀹℃壒绠$悊",
+ "navigationBarTitleText": "浼氳璁剧疆",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/managementMeetings/meetingSettings/detail",
+ "style": {
+ "navigationBarTitleText": "浼氳瀹よ鎯�",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/managementMeetings/meetingList/index",
+ "style": {
+ "navigationBarTitleText": "浼氳鍒楄〃",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/managementMeetings/meetApplication/index",
+ "style": {
+ "navigationBarTitleText": "浼氳鐢宠",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/managementMeetings/meetExamine/index",
+ "style": {
+ "navigationBarTitleText": "浼氳瀹℃壒",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/managementMeetings/meetExamine/approve",
+ "style": {
+ "navigationBarTitleText": "瀹℃壒",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/managementMeetings/meetPublish/index",
+ "style": {
+ "navigationBarTitleText": "浼氳鍙戝竷",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/managementMeetings/meetPublish/approve",
+ "style": {
+ "navigationBarTitleText": "鍙戝竷",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/managementMeetings/meetSummary/index",
+ "style": {
+ "navigationBarTitleText": "浼氳鎬荤粨",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/managementMeetings/meetSummary/approve",
+ "style": {
+ "navigationBarTitleText": "鎬荤粨",
"navigationStyle": "custom"
}
},
@@ -472,27 +535,27 @@
"navigationStyle": "custom"
}
},
+ // {
+ // "path": "pages/productionManagement/operationScheduling/index",
+ // "style": {
+ // "navigationBarTitleText": "宸ュ簭鎺掍骇",
+ // "navigationStyle": "custom"
+ // }
+ // },
{
- "path": "pages/productionManagement/operationScheduling/index",
- "style": {
- "navigationBarTitleText": "宸ュ簭鎺掍骇",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/productionManagement/productionReporting/index",
+ "path": "pages/productionManagement/productionReport/index",
"style": {
"navigationBarTitleText": "鐢熶骇鎶ュ伐",
"navigationStyle": "custom"
}
},
- {
- "path": "pages/productionManagement/productionCosting/index",
- "style": {
- "navigationBarTitleText": "鐢熶骇鏍哥畻",
- "navigationStyle": "custom"
- }
- },
+ // {
+ // "path": "pages/productionManagement/productionCosting/index",
+ // "style": {
+ // "navigationBarTitleText": "鐢熶骇鏍哥畻",
+ // "navigationStyle": "custom"
+ // }
+ // },
{
"path": "pages/inventoryManagement/receiptManagement/index",
"style": {
--
Gitblit v1.9.3