| | |
| | | <template> |
| | | <div class="appointment-client-detail-page"> |
| | | <div class="appointment-client-detail-page" v-if="!!appointmentDetail"> |
| | | <div class="date-detail"> |
| | | <div>{{ appointmentDetail.appointmentDate | formatDate }}預約</div> |
| | | <div>{{ appointmentDetail.consultantReadTime | formatDate }} |
| | |
| | | </div> |
| | | </div> |
| | | |
| | | <div class=" btn-center" v-if="showWhenAppointmentHasClosed"> |
| | | <!-- <div class=" btn-center" v-if="showWhenAppointmentHasClosed"> |
| | | <el-button @click="inviteReview">發送滿意度</el-button> |
| | | </div> |
| | | </div> --> |
| | | |
| | | <div class="client-detail-action" v-if="showWhenAppointmentHasContacted"> |
| | | <el-button @click="closeAppointment" class="desktop-client-detail-action-btn" >結案</el-button> |