This commit is contained in:
2025-08-07 16:38:25 +08:00
parent b761ae562f
commit c0aab3d94c
25 changed files with 4204 additions and 1480 deletions

View File

@@ -35,6 +35,18 @@
}
}
},
{
"path": "pages/medicalRecords/PendingApprovalIndex",
"style": {
"navigationBarTitleText": "待审核医案",
"enablePullDownRefresh": true, // 禁止下拉刷新
"app-plus": {
"bounce": "none",
"titleNView": false,
"popGesture": "none"
}
}
},
{
"path": "pages/articleList/index",
"style": {
@@ -59,6 +71,18 @@
}
}
},
{
"path": "pages/medicalRecords/evaluateDetail",
"style": {
"navigationBarTitleText": "医案",
"enablePullDownRefresh": true, // 禁止下拉刷新
"app-plus": {
"bounce": "none",
"titleNView": false,
"popGesture": "none"
}
}
},
{
"path": "pages/articleList/article",