feat: 人员交接模块
This commit is contained in:
parent
e2ed0e0e0d
commit
68066b0f09
13
pages.json
13
pages.json
|
|
@ -103,7 +103,13 @@
|
||||||
"navigationBarTitleText" : "员工需求"
|
"navigationBarTitleText" : "员工需求"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"path" : "pages/hrm/empjoin_form",
|
||||||
|
"style" :
|
||||||
|
{
|
||||||
|
"navigationBarTitleText" : "人员交接"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path" : "pages/ofm/mroom",
|
"path" : "pages/ofm/mroom",
|
||||||
"style" :
|
"style" :
|
||||||
|
|
@ -126,13 +132,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path" : "pages/ofm/mroombooking",
|
"path" : "pages/hrm/leave_form",
|
||||||
"style" :
|
"style" :
|
||||||
{
|
{
|
||||||
"navigationBarTitleText" : "预约记录",
|
"navigationBarTitleText" : "请假申请",
|
||||||
"enablePullDownRefresh": false
|
"enablePullDownRefresh": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
],
|
],
|
||||||
"globalStyle": {
|
"globalStyle": {
|
||||||
"navigationBarTextStyle": "black",
|
"navigationBarTextStyle": "black",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue