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: 聊天记录,