From bbaf8175e73c8579ef14a6b4a678bcb98177834b Mon Sep 17 00:00:00 2001
From: 张诺 <zhang_12370@163.com>
Date: 星期一, 27 四月 2026 14:00:05 +0800
Subject: [PATCH] feat(生产报工): 合并开始与结束报工为单一报工流程
---
src/pages.json | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index 060bdad..4291f7e 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -458,9 +458,16 @@
}
},
{
- "path": "pages/managementMeetings/knowledgeBase/index",
+ "path": "pages/cooperativeOffice/collaborativeApproval/knowledgeBase/index",
"style": {
"navigationBarTitleText": "鐭ヨ瘑搴�",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/cooperativeOffice/collaborativeApproval/knowledgeBase/detail",
+ "style": {
+ "navigationBarTitleText": "鐭ヨ瘑搴撹鎯�",
"navigationStyle": "custom"
}
},
@@ -496,13 +503,6 @@
"path": "pages/managementMeetings/rulesRegulationsManagement/fileList",
"style": {
"navigationBarTitleText": "瑙勭珷鍒跺害鏂囦欢绠$悊",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/managementMeetings/knowledgeBase/detail",
- "style": {
- "navigationBarTitleText": "鐭ヨ瘑搴撹鎯�",
"navigationStyle": "custom"
}
},
--
Gitblit v1.9.3