From 68066b0f097b4378fda430a5b21ec09f4571e77f Mon Sep 17 00:00:00 2001 From: TianyangZhang Date: Wed, 14 Jan 2026 13:46:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BA=BA=E5=91=98=E4=BA=A4=E6=8E=A5?= =?UTF-8?q?=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/pages.json b/pages.json index 7457a7a..f201fab 100644 --- a/pages.json +++ b/pages.json @@ -103,7 +103,13 @@ "navigationBarTitleText" : "员工需求" } }, - + { + "path" : "pages/hrm/empjoin_form", + "style" : + { + "navigationBarTitleText" : "人员交接" + } + }, { "path" : "pages/ofm/mroom", "style" : @@ -126,13 +132,14 @@ } }, { - "path" : "pages/ofm/mroombooking", + "path" : "pages/hrm/leave_form", "style" : { - "navigationBarTitleText" : "预约记录", + "navigationBarTitleText" : "请假申请", "enablePullDownRefresh": false } } + ], "globalStyle": { "navigationBarTextStyle": "black",