保誠-保戶業務員媒合平台
Mila
2022-01-22 ae3aac1ee250fd8207ff41a0f6a9f38f82a18a58
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,