保誠-保戶業務員媒合平台
Mila
2021-11-17 e143ee9f40fe269f57c0269f548d459c196f3c89
PAMapp/components/Client/ClientCard.vue
@@ -98,7 +98,7 @@
    get hopeContactTime() {
        const contactList = this.client.hopeContactTime.split("'").map(item => item.slice(0, item.length));
        return contactList.filter(item => !!item)
        return contactList.filter(item => !!item && item !== ",")
    }
    get time() {