diff --git a/healthlink-his-mobile/src/views/Home.vue b/healthlink-his-mobile/src/views/Home.vue index af57b384a..0c7ac0fe8 100644 --- a/healthlink-his-mobile/src/views/Home.vue +++ b/healthlink-his-mobile/src/views/Home.vue @@ -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 () => {