fix(mobile): 移除首页无效链接(需要患者上下文的功能)

This commit is contained in:
2026-06-19 23:42:32 +08:00
parent 895abb972e
commit 1bf3bbd432

View File

@@ -41,8 +41,7 @@ const stats = ref([{ label: '待执行医嘱', value: 0 }, { label: '今日体
const recentTasks = ref([])
const actions = [
{ icon: '📋', label: '任务列表', path: '/mobile/tasks', color: '#1890ff' },
{ icon: '👥', label: '患者列表', path: '/mobile/patients', color: '#52c41a' },
{ icon: '📊', label: '生命体征', path: '/mobile/vital-entry', color: '#722ed1' }
{ icon: '👥', label: '患者列表', path: '/mobile/patients', color: '#52c41a' }
]
onMounted(async () => {