Compare commits
No commits in common. "09e59a751a7a3ba3508c1add964ef1e137051cc1" and "bdf4c4bc13b6dff3c2b9893e9d5e526e5a9c7e41" have entirely different histories.
09e59a751a
...
bdf4c4bc13
@ -285,9 +285,7 @@ const loadAiConsultationList = async () => {
|
||||
source: "ai",
|
||||
sessionId: item.id,
|
||||
corpId: item.corpId,
|
||||
displayName: item.teamName && item.teamName !== "-"
|
||||
? `${item.teamName}的咨询助理`
|
||||
: removeAiLabel(item.assistantName, "咨询助理"),
|
||||
displayName: removeAiLabel(item.assistantName, "咨询助理"),
|
||||
assistantAvatar: item.assistantAvatar || defaultAssistantAvatar,
|
||||
teamName: item.teamName || "",
|
||||
patientName: item.customerName || "未命名患者",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user