增强办公
This commit is contained in:
45
pages.json
45
pages.json
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"pages": [
|
||||
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||||
{
|
||||
"path": "pages/login/index"
|
||||
},
|
||||
@@ -558,6 +557,41 @@
|
||||
"navigationStyle": "default"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/workbench/hrm/leave/leave",
|
||||
"style": {
|
||||
"navigationBarTitleText": "请假申请",
|
||||
"navigationStyle": "default"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/workbench/hrm/travel/travel",
|
||||
"style": {
|
||||
"navigationBarTitleText": "出差申请",
|
||||
"navigationStyle": "default"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/workbench/hrm/seal/seal",
|
||||
"style": {
|
||||
"navigationBarTitleText": "用印申请",
|
||||
"navigationStyle": "default"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/workbench/hrm/reimburse/reimburse",
|
||||
"style": {
|
||||
"navigationBarTitleText": "报销申请",
|
||||
"navigationStyle": "default"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/workbench/hrm/apply/apply",
|
||||
"style": {
|
||||
"navigationBarTitleText": "拨款申请",
|
||||
"navigationStyle": "default"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/workbench/hrm/approve/approve",
|
||||
"style": {
|
||||
@@ -579,18 +613,11 @@
|
||||
"navigationStyle": "default"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/workbench/hrm/apply/apply",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的申请",
|
||||
"navigationStyle": "default"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/hrm/approve/approve",
|
||||
"style": {
|
||||
"navigationBarTitleText": "办公审批",
|
||||
"navigationStyle": "default"
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user