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