From c98223ffaac99015234e99c6d7a7271d240ed8c1 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Wed, 16 Apr 2025 14:37:34 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"fix:=20=E5=88=A0=E9=99=A4=E8=AF=AD?= =?UTF-8?q?=E9=9F=B3=E9=80=9A=E8=AF=9D=E5=AF=BC=E8=88=AA=EF=BC=9B"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 620d2b8e4cd2e2ab228b300335d994b2eb534763. --- .../Conversations/Online/order/CustomerProfile.jsx | 11 +++++++++-- src/views/DesktopApp.jsx | 4 ++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/views/Conversations/Online/order/CustomerProfile.jsx b/src/views/Conversations/Online/order/CustomerProfile.jsx index 2e3401a..62dc6a1 100644 --- a/src/views/Conversations/Online/order/CustomerProfile.jsx +++ b/src/views/Conversations/Online/order/CustomerProfile.jsx @@ -247,7 +247,14 @@ const CustomerProfile = () => { - {customerDetail.phone} + @@ -290,7 +297,7 @@ const CustomerProfile = () => { whenTrue={ <>

- +  {lastQuotation.lettertitle} diff --git a/src/views/DesktopApp.jsx b/src/views/DesktopApp.jsx index e4990ac..2aa2da7 100644 --- a/src/views/DesktopApp.jsx +++ b/src/views/DesktopApp.jsx @@ -173,6 +173,10 @@ function DesktopApp() { ), }, + { + key: '/callcenter/call', + label: 语音通话, + }, { key: '/chat/history', label: 聊天记录,