保誠-保戶業務員媒合平台
Mila
2022-01-18 a2feefbe2565234b5755573326bdb7c0781b2562
PAMapp/pages/appointment/_appointmentId/index.vue
@@ -84,7 +84,7 @@
    </section>
    <section class="mt-30">
      <AppointmentRecordList />
      <AppointmentRecordList :noticeLogs="appointmentDetail.appointmentNoticeLogs" />
    </section>
  </div>
@@ -96,13 +96,13 @@
import { Vue, Component } from 'vue-property-decorator';
import appointmentService from '~/shared/services/appointment.service';
import { AppointmentDetail } from '~/shared/models/appointment.model';
import { Appointment } from '~/shared/models/appointment.model';
import { ContactStatus } from '~/shared/models/enum/contact-status';
@Component
export default class AppointmentDetailComponent extends Vue {
  appointmentDetail!: AppointmentDetail;
  appointmentDetail!: Appointment;
  isVisibleDialog = false;
  interviewTxt = "";
  contactStatus = ContactStatus;