From bd2e5366aa4c4e8aecb7049d3cb5d07391b49875 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Sun, 6 Oct 2024 19:40:32 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E5=8F=B0=E5=AE=9E=E6=97=B6=E6=95=B0=E6=8D=AE=E7=BA=BF=E8=B7=AF?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/liveCall/LiveCallItemHome.vue | 7 ++++++- src/components/liveCall/index.vue | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/components/liveCall/LiveCallItemHome.vue b/src/components/liveCall/LiveCallItemHome.vue index 58bc90c..7c2a86f 100644 --- a/src/components/liveCall/LiveCallItemHome.vue +++ b/src/components/liveCall/LiveCallItemHome.vue @@ -6,7 +6,8 @@ 电话号码:{{ recordObj.phone ||'--'}}
工单名称:{{ recordObj.orderName||'--' }}
-
{{ recordObj.type=='1'?'线路一':recordObj.type=='2'?'线路二':'' }}
+ +
{{ lineName }}
@@ -51,6 +52,10 @@ const props = defineProps({ type: Object, default: {} }, + lineName: { + type: String, + default: '' + }, }) const getScrollbarRef=()=>{ diff --git a/src/components/liveCall/index.vue b/src/components/liveCall/index.vue index 1289503..6b06420 100644 --- a/src/components/liveCall/index.vue +++ b/src/components/liveCall/index.vue @@ -1,8 +1,8 @@