From 0410f0ec7fdd63d470353d4288b440c99d931898 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期三, 11 五月 2022 12:50:57 +0800 Subject: [PATCH] 修改 發送約訪通知 樣式 --- 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 bb25cf7..7dedd8f 100644 --- a/PAMapp/components/Interview/InterviewMsg.vue +++ b/PAMapp/components/Interview/InterviewMsg.vue @@ -44,7 +44,7 @@ <div class="interviewContent"> <div style="padding:10px;line-height:25px"> <i class="content">�憟踝��靽���像����憿批�{loginConsultant.name}}嚗��������</i><br/> - <el-input type="textarea" :placeholder="'\{{ 憒����������ㄐ憿舐內 }}'" resize="none" v-model="interviewContent.customContent" readonly autosize="true" ></el-input><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">�甇斗���靘選����蝜恬�����</i> -- Gitblit v1.8.0