保誠-保戶業務員媒合平台
Tomas
2022-02-08 64b5f297cf3cb882f159b14fc14f363dc53210bb
fixed: [AppointmentDetail] 約訪通知按鈕跑版
修改1個檔案
4 ■■■■ 已變更過的檔案
PAMapp/pages/appointment/_appointmentId/index.vue 4 ●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/pages/appointment/_appointmentId/index.vue
@@ -64,11 +64,11 @@
        <el-button @click="sendMsg" style="margin-left: 0px">通知約訪</el-button>
      </div>
    </section>
     <div class="client-detail-action btn-center" v-if="showWhenAppointmentHasCreate">
        <el-button @click="sendMsg">傳送約訪通知</el-button>
      </div>
    </section>
    <template v-if="showWhenAppointmentHasClosed">
      <AppointmentClosedInfo :appointmentDetail="appointmentDetail" />