|
|
|
@ -34,7 +34,7 @@ const MessagesHeader = () => {
|
|
|
|
|
{websocketRetrying && websocketRetrytimes > 0 && <Alert type={'warning'} message={`正在重连, ${websocketRetrytimes}次...`} banner icon={<LoadingOutlined />} />}
|
|
|
|
|
<Flex gap={16} className='p-1 flex-auto'>
|
|
|
|
|
{/* {currentConversation.customer_name && <Avatar src={`https://api.dicebear.com/7.x/avataaars/svg?seed=${currentConversation.customer_name}`} />} */}
|
|
|
|
|
<Flex flex={'1'} justify='space-between'>
|
|
|
|
|
<Flex flex={'1'} justify='space-between' align='center'>
|
|
|
|
|
<Flex vertical={false} gap={12} justify='space-between' align='center'>
|
|
|
|
|
{(currentConversation.coli_sn || currentConversation.sn) ? (
|
|
|
|
|
<>
|
|
|
|
|