Initial commit of akmon project
This commit is contained in:
115
pages_ec_caregiver.json
Normal file
115
pages_ec_caregiver.json
Normal file
@@ -0,0 +1,115 @@
|
||||
{
|
||||
"pages": [
|
||||
{
|
||||
"path": "pages/user/login",
|
||||
"style": {
|
||||
"navigationBarTitleText": "登录",
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarBackgroundColor": "#FFFFFF",
|
||||
"app-plus": {
|
||||
"titleNView": {
|
||||
"autoBackButton": false
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/caregiver/dashboard",
|
||||
"style": {
|
||||
"navigationBarTitleText": "护工工作台",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#2E7D32",
|
||||
"app-plus": {
|
||||
"titleNView": {
|
||||
"autoBackButton": false
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/caregiver/task-execution",
|
||||
"style": {
|
||||
"navigationBarTitleText": "任务执行",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#2E7D32"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/caregiver/elder-details",
|
||||
"style": {
|
||||
"navigationBarTitleText": "长者详情",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#2E7D32"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/nurse/dashboard",
|
||||
"style": {
|
||||
"navigationBarTitleText": "护士工作台",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#2E7D32"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/incident/report",
|
||||
"style": {
|
||||
"navigationBarTitleText": "事件报告",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#2E7D32"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/equipment/management",
|
||||
"style": {
|
||||
"navigationBarTitleText": "设备管理",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#2E7D32"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/activity/management",
|
||||
"style": {
|
||||
"navigationBarTitleText": "活动协助",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#2E7D32"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/caregiver/my-elders",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我负责的老人"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/tasks/my-tasks",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的护理任务"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/tasks/completed",
|
||||
"style": {
|
||||
"navigationBarTitleText": "已完成护理任务"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/reports/quick-add",
|
||||
"style": {
|
||||
"navigationBarTitleText": "快速记录"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/health/quick-check",
|
||||
"style": {
|
||||
"navigationBarTitleText": "健康检查"
|
||||
}
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarTitleText": "护工工作系统",
|
||||
"navigationBarBackgroundColor": "#2E7D32",
|
||||
"backgroundColor": "#F5F5F5"
|
||||
},
|
||||
"uniIdRouter": {}
|
||||
}
|
||||
Reference in New Issue
Block a user