-
+
{conversation.customerName || `客户 #${conversation.customerId || conversation.id}`}
{conversation.customerOnline ? "用户在线" : "用户离线"}
-
+
渠道 #{conversation.channelId || "-"}
{conversation.customerId ? (
<>
@@ -318,7 +329,7 @@ export default function ConversationsPage() {