From 653b9aea89c84aa446db37a51c5d55ba84a18795 Mon Sep 17 00:00:00 2001
From: 张诺 <zhang_12370@163.com>
Date: 星期五, 17 四月 2026 10:27:39 +0800
Subject: [PATCH] fix: 在报工提交数据中添加审核人姓名字段
---
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