fix: 新功能开发完善。
This commit is contained in:
@@ -46,12 +46,6 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": "就医记录"
|
||||
}
|
||||
} ,
|
||||
{
|
||||
"path": "pages/health/doctorRecord/details",
|
||||
"style": {
|
||||
"navigationBarTitleText": "就医记录详情"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
@@ -66,13 +60,6 @@
|
||||
"navigationBarTitleText": "健康档案"
|
||||
}
|
||||
} ,
|
||||
{
|
||||
"path": "pages/health/healthRecord/details",
|
||||
"style": {
|
||||
"navigationBarTitleText": "健康档案详情"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"path": "pages/health/healthRecord/addEdit",
|
||||
"style": {
|
||||
@@ -92,6 +79,52 @@
|
||||
"navigationBarTitleText": "用药记录"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/health/medicineBasic/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "药品基础信息"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"path": "pages/health/medicineBasic/details",
|
||||
"style": {
|
||||
"navigationBarTitleText": "药品基础信息详情"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"path": "pages/health/medicineBasic/addEdit",
|
||||
"style": {
|
||||
"navigationBarTitleText": "药品基础信息"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/health/medicineStockIn/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "药品入库清单"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"path": "pages/health/medicineStockIn/details",
|
||||
"style": {
|
||||
"navigationBarTitleText": "药品入库清单详情"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"path": "pages/health/medicineStockIn/addEdit",
|
||||
"style": {
|
||||
"navigationBarTitleText": "药品入库清单"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/health/medicineStock/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "药品实时库存"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"path": "pages/health/temperatureRecord/list",
|
||||
"style": {
|
||||
@@ -104,18 +137,24 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": "体温记录"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/health/heightWeightRecord/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "身高体重记录"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"path": "pages/health/heightWeightRecord/addEdit",
|
||||
"style": {
|
||||
"navigationBarTitleText": "身高体重记录"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/health/person/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "成员管理"
|
||||
}
|
||||
} ,
|
||||
{
|
||||
"path": "pages/health/person/details",
|
||||
"style": {
|
||||
"navigationBarTitleText": "成员管理详情"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
@@ -125,22 +164,16 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/health/weightRecord/list",
|
||||
"path": "pages/health/activity/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "体重记录"
|
||||
}
|
||||
} ,
|
||||
{
|
||||
"path": "pages/health/weightRecord/details",
|
||||
"style": {
|
||||
"navigationBarTitleText": "体重记录详情"
|
||||
"navigationBarTitleText": "活动记录"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"path": "pages/health/weightRecord/addEdit",
|
||||
"path": "pages/health/activity/addEdit",
|
||||
"style": {
|
||||
"navigationBarTitleText": "体重记录"
|
||||
"navigationBarTitleText": "活动记录"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user