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