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>