保誠-保戶業務員媒合平台
HelenHuang
2022-05-06 ce573bba85409da80602a76f6f7e08f6ddf56ecc
Fixed#138609 顧問端_約訪通知內容中 手機和email 中要有分隔線
修改1個檔案
2 ■■■ 已變更過的檔案
PAMapp/components/Interview/InterviewMsg.vue 2 ●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
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>