医生工作站->患者信息中医页面无法打开bug

This commit is contained in:
2025-12-17 09:58:28 +08:00
parent 27a7396c78
commit 574a9267bf
3 changed files with 38 additions and 38 deletions

View File

@@ -30,7 +30,7 @@
<span class="menu-icon">👥</span>
<span>患者管理</span>
</div>
<div class="menu-item" @click="navigateToAppoinmentManage">
<div class="menu-item">
<span class="menu-icon">💉</span>
<span>预约管理</span>
</div>
@@ -203,10 +203,7 @@ function awaitingMedicineBtn() {
router.push({ path: '/medicationmanagement/statisticalManagement/earlyWarning' });
}
// 跳转到预约管理页面
function navigateToAppoinmentManage() {
router.push({ path: '/appoinmentmanage' });
}
function getExpirationWarningCount() {
getExpirationWarning({ pageNo: 1, pageSize: 10 }).then((res) => {
total.value = res.data.total || 0;