From 114d02635b132908a2519703589c236eb90bba30 Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Wed, 29 Dec 2021 17:59:20 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=20?= =?UTF-8?q?=E6=A0=B7=E5=BC=8Fbug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/incomePayments/meetManage/Attendance.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/incomePayments/meetManage/Attendance.vue b/src/views/incomePayments/meetManage/Attendance.vue index 920174b..62ad9c5 100644 --- a/src/views/incomePayments/meetManage/Attendance.vue +++ b/src/views/incomePayments/meetManage/Attendance.vue @@ -48,7 +48,7 @@ {{ currentMeetingInfo.estimatedNumber }} - {{ currentMeetingInfo.hotelName }} + {{ currentMeetingInfo.hotelName }} {{ currentMeetingInfo.hotelAddress }} @@ -58,7 +58,7 @@ - {{ item.hotelContacts + ':' + item.hotelContactsPhone + ' ' }} + {{ item.hotelContacts + (item.hotelContactsPhone ?':':'') + item.hotelContactsPhone + ' ' }}