保誠-保戶業務員媒合平台
HelenHuang
2021-12-06 b912b025ab9d6f1bd6510282d7f05f3768057722
PAMapp/pages/myAppointmentList/appointmentList.vue
@@ -39,7 +39,7 @@
    onMyAppointmentListChange() {
        const unreadList = this.myAppointmentList
            .filter(item => item.communicateStatus !== 'contacted' && !item.consultantReadTime)
            .sort((a, b) => a.consultantViewTime > b.consultantViewTime ? 1 : -1);
            .sort((a, b) => a.appointmentDate > b.appointmentDate ? -1 : 1);
        const readList = this.myAppointmentList
            .filter(item => item.communicateStatus !== 'contacted' && item.consultantReadTime)