diff --git a/src/views/Conversations/History/SearchForm.jsx b/src/views/Conversations/History/SearchForm.jsx
index 6bef0c6..fed37f1 100644
--- a/src/views/Conversations/History/SearchForm.jsx
+++ b/src/views/Conversations/History/SearchForm.jsx
@@ -40,10 +40,10 @@ const SearchForm = memo(function ({ initialValues, onSubmit, onReset }) {
-
{/*
diff --git a/src/views/Conversations/Online/Components/ChatListFilter.jsx b/src/views/Conversations/Online/Components/ChatListFilter.jsx
index 3d42efb..e63fb34 100644
--- a/src/views/Conversations/Online/Components/ChatListFilter.jsx
+++ b/src/views/Conversations/Online/Components/ChatListFilter.jsx
@@ -1,5 +1,5 @@
import React, { useState, useEffect } from 'react';
-import { Button, Tag, Radio, Popover, Form } from 'antd';
+import { Button, Tag, Radio, Popover, Form, Space } from 'antd';
import { isEmpty, objectMapper, TagColorStyle } from '@/utils/commons';
import useConversationStore from '@/stores/ConversationStore';
import { OrderLabelDefaultOptions } from '@/stores/OrderStore';
@@ -127,7 +127,7 @@ const ChatListFilter = ({ onFilterChange, activeList, ...props }) => {
setFilterOtype(e.target.value)
}}
/> */}
- {tags.slice(0, 2).map((tag, ti) => (
+ {tags.slice(0, 3).map((tag, ti) => (
{
-
+
{/* */}
-
+
>
diff --git a/src/views/DesktopApp.jsx b/src/views/DesktopApp.jsx
index 64e264f..fca6e41 100644
--- a/src/views/DesktopApp.jsx
+++ b/src/views/DesktopApp.jsx
@@ -158,7 +158,7 @@ function DesktopApp() {
// },
{
key: '/chat/history',
- label: 聊天记录,
+ label: 历史记录,
},
{
key: '/customer_relation/index',