保誠-保戶業務員媒合平台
Mila
2022-01-21 b6e9939aec90be36f7533e20cc92b09ad4035b07
PAMapp/components/Consultant/ConsultantCard.vue
@@ -217,7 +217,7 @@
    get latestReservedAppointment(): Appointment {
        return this.agentInfo.appointments!
                .filter((appointment) => appointment.communicateStatus !== 'contacted')
                .filter((appointment) => appointment.communicateStatus === 'reserved')
                .map((reversedAppointment) => {
                    return {
                    ...reversedAppointment,