保誠-保戶業務員媒合平台
Mila
2021-11-17 e143ee9f40fe269f57c0269f548d459c196f3c89
PAMapp/components/Consultant/ConsultantCard.vue
@@ -139,7 +139,7 @@
    get hopeContactTime() {
        const contactList = this.appointmentDetail.hopeContactTime
            .split("'").map(item => item.slice(0, item.length));
        return contactList.filter(item => !!item)
        return contactList.filter(item => !!item && item !== ",")
    }
    reserveCommunication() {
        const contactStatus = this.agentInfo.contactStatus;
@@ -253,6 +253,8 @@
    .dialogInfo {
        font-size: 20px;
        overflow:scroll;
        height: 400px;
    }
</style>