From ecba5f4da14545694e193b545d9ba10424bd6bf3 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Mon, 16 Sep 2024 00:48:57 +0800 Subject: [PATCH 1/3] =?UTF-8?q?feat=20:=20=E5=B7=A5=E4=BD=9C=E5=8F=B0?= =?UTF-8?q?=E5=AE=9E=E6=97=B6=E9=80=9A=E8=AF=9D=E8=AE=B0=E5=BD=95socket?= =?UTF-8?q?=E5=88=9D=E6=AD=A5=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/liveCall/LiveCallItem.vue | 186 +++-------------------- src/components/liveCall/index.vue | 144 +++++++++++++++++- 2 files changed, 166 insertions(+), 164 deletions(-) diff --git a/src/components/liveCall/LiveCallItem.vue b/src/components/liveCall/LiveCallItem.vue index c15e836..1084c5c 100644 --- a/src/components/liveCall/LiveCallItem.vue +++ b/src/components/liveCall/LiveCallItem.vue @@ -2,20 +2,20 @@
- 张三 - 14785295642 + {{ headData.username }} + {{ headData.phone }}
-
工单名称:xxxxxx工单
+
工单名称:{{ headData.orderName }}
-
6月5日 12:05
-
+
+
{{ item.conversationTimestamp || '6月5日 12:05' }}
-
+
-

{{ item.nickName }}

-
{{ item.contactText }}
+

{{ item.speaker==0?headData.username:'AI助手' }}

+
{{ item.message }}
@@ -23,8 +23,8 @@
-

{{ item.nickName }}

-
{{ item.contactText }}
+

{{ item.speaker==0?headData.username:'AI助手' }}

+
{{ item.message }}
@@ -34,162 +34,24 @@