update#136639: [前端] 調整為顧問不支援發送滿意度功能(移除發送滿意度功能連結)
| | |
| | | v-else-if="client.communicateStatus === contactStatus.CONTACTED"> |
| | | 結案 |
| | | </div> |
| | | <div |
| | | <!-- <div |
| | | class="invite-msg smTxt_bold" |
| | | @click.stop="inviteReview" |
| | | v-else-if="!client.satisfactionScore"> |
| | | 發送滿意度 |
| | | </div> |
| | | </div> --> |
| | | |
| | | <div |
| | | class="date xsTxt text--black" |
| | |
| | | </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> |