From 1bf3bbd4328c5852352610b60cb4c2ee433f7928 Mon Sep 17 00:00:00 2001 From: chenqi Date: Fri, 19 Jun 2026 23:42:32 +0800 Subject: [PATCH] =?UTF-8?q?fix(mobile):=20=E7=A7=BB=E9=99=A4=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E6=97=A0=E6=95=88=E9=93=BE=E6=8E=A5(=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E6=82=A3=E8=80=85=E4=B8=8A=E4=B8=8B=E6=96=87=E7=9A=84?= =?UTF-8?q?=E5=8A=9F=E8=83=BD)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- healthlink-his-mobile/src/views/Home.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 () => {