{{ todo.eventTypeLabel }}
{{ todo.eventStatusLabel }}
{{ todo.taskContent || "暂无任务内容" }}
发送内容
{{ todo.sendContent }}
【附件】{{ file.file.name }}
计划执行时间
{{ formData.planDate }}
执行人
{{ memberMap[formData.executorUserId] || '' }}
回访类型
{{ ToDoEventType[formData.eventType] || '' }}
任务内容
计划执行时间
{{ todo.planDate }}
执行人
{{ memberMap[todo.executorUserId] || '' }}
回访结果
创建人:{{ todo.creatorUserId }}
创建时间:{{ todo.createTime }}
执行时间:{{ todo.endTime }}