fix(mobile): 移除首页无效链接(需要患者上下文的功能)
This commit is contained in:
@@ -41,8 +41,7 @@ const stats = ref([{ label: '待执行医嘱', value: 0 }, { label: '今日体
|
|||||||
const recentTasks = ref([])
|
const recentTasks = ref([])
|
||||||
const actions = [
|
const actions = [
|
||||||
{ icon: '📋', label: '任务列表', path: '/mobile/tasks', color: '#1890ff' },
|
{ icon: '📋', label: '任务列表', path: '/mobile/tasks', color: '#1890ff' },
|
||||||
{ icon: '👥', label: '患者列表', path: '/mobile/patients', color: '#52c41a' },
|
{ icon: '👥', label: '患者列表', path: '/mobile/patients', color: '#52c41a' }
|
||||||
{ icon: '📊', label: '生命体征', path: '/mobile/vital-entry', color: '#722ed1' }
|
|
||||||
]
|
]
|
||||||
|
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user