咨询助手 服务团队助理加上团队名称
This commit is contained in:
parent
69d1d54668
commit
3fabe0698c
@ -285,7 +285,9 @@ const loadAiConsultationList = async () => {
|
||||
source: "ai",
|
||||
sessionId: item.id,
|
||||
corpId: item.corpId,
|
||||
displayName: removeAiLabel(item.assistantName, "咨询助理"),
|
||||
displayName: item.teamName && item.teamName !== "-"
|
||||
? `${item.teamName}的咨询助理`
|
||||
: removeAiLabel(item.assistantName, "咨询助理"),
|
||||
assistantAvatar: item.assistantAvatar || defaultAssistantAvatar,
|
||||
teamName: item.teamName || "",
|
||||
patientName: item.customerName || "未命名患者",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user