保誠-保戶業務員媒合平台
Mila
2021-11-16 3477e304dd54aa4bba6185a4345f2e032483a9bd
update 我的顧問清單/預約清單: 聯絡時段欄位調整
修改2個檔案
4 ■■■■ 已變更過的檔案
PAMapp/components/Client/ClientCard.vue 2 ●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/components/Consultant/ConsultantCard.vue 2 ●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
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)
    }
PAMapp/components/Consultant/ConsultantCard.vue
@@ -135,7 +135,7 @@
    get hopeContactTime() {
        const contactList = this.appointmentDetail.hopeContactTime
            .split("'").map(item => item.slice(0, item.length - 1));
            .split("'").map(item => item.slice(0, item.length));
        return contactList.filter(item => !!item)
    }
    reserveCommunication() {