保誠-保戶業務員媒合平台
Mila
2022-01-25 d41f27e6b5d9dafbfbb15e29babfb2d9032b9b99
Merge branch 'Phase3' of https://192.168.0.10:8443/r/pcalife/PAM into Phase3
修改1個檔案
10 ■■■■ 已變更過的檔案
PAMapp/pages/appointment/_appointmentId/index.vue 10 ●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/pages/appointment/_appointmentId/index.vue
@@ -64,11 +64,11 @@
        <el-button @click="sendMsg" style="margin-left: 0px">通知約訪</el-button>
      </div>
      <div class="client-detail-action" v-if="showWhenAppointmentHasCreate">
    </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" />
@@ -286,5 +286,9 @@
.hope-contact-time__line {
  border-bottom: 1px solid #CCCCCC;
}
.btn-center{
    display: flex;
    justify-content: center;
  }
</style>