Initial commit of akmon project
This commit is contained in:
141
pages_ec_doctor.json
Normal file
141
pages_ec_doctor.json
Normal file
@@ -0,0 +1,141 @@
|
||||
{
|
||||
"pages": [
|
||||
{
|
||||
"path": "pages/user/login",
|
||||
"style": {
|
||||
"navigationBarTitleText": "登录",
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarBackgroundColor": "#FFFFFF",
|
||||
"app-plus": {
|
||||
"titleNView": {
|
||||
"autoBackButton": false
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/doctor/dashboard",
|
||||
"style": {
|
||||
"navigationBarTitleText": "医生工作台",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#7B1FA2",
|
||||
"app-plus": {
|
||||
"titleNView": {
|
||||
"autoBackButton": false
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/admin/health-monitoring",
|
||||
"style": {
|
||||
"navigationBarTitleText": "健康监测",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#7B1FA2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/caregiver/elder-details",
|
||||
"style": {
|
||||
"navigationBarTitleText": "患者详情",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#7B1FA2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/analytics/dashboard",
|
||||
"style": {
|
||||
"navigationBarTitleText": "医疗分析",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#7B1FA2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/incident/report",
|
||||
"style": {
|
||||
"navigationBarTitleText": "医疗事件",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#7B1FA2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/equipment/management",
|
||||
"style": {
|
||||
"navigationBarTitleText": "医疗设备",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#7B1FA2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/doctor/patient-queue",
|
||||
"style": {
|
||||
"navigationBarTitleText": "患者队列",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#7B1FA2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/doctor/medical-records",
|
||||
"style": {
|
||||
"navigationBarTitleText": "病历管理",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#7B1FA2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/doctor/prescriptions",
|
||||
"style": {
|
||||
"navigationBarTitleText": "处方管理",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#7B1FA2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/doctor/health-reports",
|
||||
"style": {
|
||||
"navigationBarTitleText": "健康报告",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#7B1FA2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/doctor/vital-signs",
|
||||
"style": {
|
||||
"navigationBarTitleText": "生命体征",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#7B1FA2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/doctor/medication-management",
|
||||
"style": {
|
||||
"navigationBarTitleText": "用药管理",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#7B1FA2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/doctor/schedule",
|
||||
"style": {
|
||||
"navigationBarTitleText": "今日日程",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#7B1FA2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/doctor/consultations",
|
||||
"style": {
|
||||
"navigationBarTitleText": "全部诊疗记录",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#7B1FA2"
|
||||
}
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarTitleText": "医疗管理系统",
|
||||
"navigationBarBackgroundColor": "#7B1FA2",
|
||||
"backgroundColor": "#F5F5F5"
|
||||
},
|
||||
"uniIdRouter": {}
|
||||
}
|
||||
Reference in New Issue
Block a user