新增片区经理页面,修改tabbar
This commit is contained in:
parent
17f7cabd00
commit
41d51bbdc2
23
pages.json
23
pages.json
@ -46,6 +46,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
,{
|
||||||
|
"path" : "pages/oaManager/oaManager",
|
||||||
|
"style" :
|
||||||
|
{
|
||||||
|
"navigationBarTitleText": "片区经理",
|
||||||
|
"enablePullDownRefresh": false
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"subPackages": [{
|
"subPackages": [{
|
||||||
"root": "pages/views",
|
"root": "pages/views",
|
||||||
@ -130,14 +139,20 @@
|
|||||||
{
|
{
|
||||||
"pagePath": "pages/oaExamine/oaExamine",
|
"pagePath": "pages/oaExamine/oaExamine",
|
||||||
"text": "审批",
|
"text": "审批",
|
||||||
|
"iconPath": "/static/tabs-icon/Task.png",
|
||||||
|
"selectedIconPath": "/static/tabs-icon/Task-a.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pagePath": "pages/oaTask/oaTask",
|
||||||
|
"text": "任务",
|
||||||
"iconPath": "/static/tabs-icon/approval.png",
|
"iconPath": "/static/tabs-icon/approval.png",
|
||||||
"selectedIconPath": "/static/tabs-icon/approval-a.png"
|
"selectedIconPath": "/static/tabs-icon/approval-a.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pagePath": "pages/oaTask/oaTask",
|
"pagePath": "pages/oaManager/oaManager",
|
||||||
"text": "新建任务",
|
"text": "片区经理",
|
||||||
"iconPath": "/static/tabs-icon/Task.png",
|
"iconPath": "/static/tabs-icon/manager.png",
|
||||||
"selectedIconPath": "/static/tabs-icon/Task-a.png"
|
"selectedIconPath": "/static/tabs-icon/manager-a.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pagePath": "pages/oaMy/oaMy",
|
"pagePath": "pages/oaMy/oaMy",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user