From ce573bba85409da80602a76f6f7e08f6ddf56ecc Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期五, 06 五月 2022 18:07:34 +0800 Subject: [PATCH] Fixed#138609 顧問端_約訪通知內容中 手機和email 中要有分隔線 --- PAMapp/components/Interview/InterviewMsg.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PAMapp/components/Interview/InterviewMsg.vue b/PAMapp/components/Interview/InterviewMsg.vue index 93bf51b..bb25cf7 100644 --- a/PAMapp/components/Interview/InterviewMsg.vue +++ b/PAMapp/components/Interview/InterviewMsg.vue @@ -46,7 +46,7 @@ <i class="content">�憟踝��靽���像����憿批�{loginConsultant.name}}嚗��������</i><br/> <el-input type="textarea" :placeholder="'\{{ 憒����������ㄐ憿舐內 }}'" resize="none" v-model="interviewContent.customContent" readonly autosize="true" ></el-input><br/> <i class="content">{{client.phone ||defaultValue ? ("�����銝膩������蝜�"+ "\n" + (this.interviewContent.formattedInterviewTime || "(撠����赤��挾)")): ""}}</i><br/> - <i class="content">隞乩����閰梯�Ⅳ/Email嚗{loginConsultant.phoneNumber || '撠���閰梯�Ⅳ'}}{{loginConsultant.email || '撠���� Email'}}</i><br/> + <i class="content">隞乩����閰梯�Ⅳ/Email嚗{loginConsultant.phoneNumber || '撠���閰梯�Ⅳ'}} / {{loginConsultant.email || '撠���� Email'}}</i><br/> <i class="content">�甇斗���靘選����蝜恬�����</i> </div> </div> -- Gitblit v1.8.0