| | |
| | | class="smTxt_bold fix-chrome-click--issue" |
| | | :class="{'unread-txt': reservedTxt === '未讀', 'read-txt': reservedTxt !== '未讀'}" |
| | | >{{ reservedTxt }}</div> --> |
| | | <div class="invite-msg smTxt_bold"> |
| | | <div class="invite-msg smTxt_bold" @click.stop="showMsgDialog"> |
| | | 傳送約訪通知 |
| | | </div> |
| | | <div |
| | |
| | | <el-button @click="markAppointment">標註為已連絡</el-button> |
| | | </div> |
| | | </Ui-Dialog> |
| | | |
| | | <InterviewMsg :isVisible.sync="isMsgDialog"></InterviewMsg> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | storageClearAppointmentIdFromMsg!: () => void; |
| | | |
| | | isVisibleDialog = false; |
| | | isMsgDialog = false; |
| | | dialogWidth = ''; |
| | | hideReviews = hideReviews; |
| | | |
| | |
| | | this.$router.push(`/appointment/${this.client.id}`); |
| | | } |
| | | |
| | | showMsgDialog(): void { |
| | | this.isMsgDialog = true; |
| | | } |
| | | get newAppointment(): boolean { |
| | | return !this.client.consultantViewTime |
| | | && this.client.communicateStatus === 'reserved'; |