diff --git a/.drone.yml b/.drone.yml index d1c91ec..dd6eb0a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,9 +20,9 @@ steps: - npm -v - mkdir -p ./node_modules - export NODE_MODULES_PATH=`pwd`/node_modules - - npm config set registry https://registry.npmmirror.com + # - npm config set registry https://registry.npmmirror.com - set NODE_OPTIONS=--openssl-legacy-provider - - npm install + # - npm install - npm run build - echo $NODE_MODULES_PATH - cp -r dist /app/build/$DRONE_REPO_NAME 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 @@