From e5bcf8de62ee9ebe3c20d4aaad12f067a65aa24e Mon Sep 17 00:00:00 2001 From: huxuejian Date: Tue, 10 Feb 2026 17:24:06 +0800 Subject: [PATCH] Update work-home.vue --- pages/home/work-home.vue | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/pages/home/work-home.vue b/pages/home/work-home.vue index 761b059..988aa1f 100644 --- a/pages/home/work-home.vue +++ b/pages/home/work-home.vue @@ -88,16 +88,17 @@ - + 计划执行: {{ i.planDate }} - - 患者: {{ i.customerName }} + + 患者: {{ i.customerName }} + {{ i.eventTypeLabel }} - {{ i.eventStatusLabel }} @@ -109,7 +110,8 @@ 发送内容:{{ file.file.name }} - 发送 + {{ i.executorUserName }}({{ i.executeTeamName }}) @@ -163,7 +165,6 @@ const { useLoad, useShow } = useGuard(); const { getDoctorInfo } = useAccountStore(); const { account, doctorInfo } = storeToRefs(useAccountStore()); const { chargeTeams } = storeToRefs(useTeamStore()); -const { getTeams } = useTeamStore(); const { withInfo } = useInfoCheck(); const visible = ref(false); @@ -222,6 +223,12 @@ function handleCert() { } } +function toTodoDetail(id, editMode = false) { + uni.navigateTo({ + url: `/pages/work/todo/todo-detail?id=${id}&editMode=${editMode ? 'YES' : ''}` + }) +} + async function getList() { if (!doctorInfo.value || !doctorInfo.value.userid) { return