From 3477e304dd54aa4bba6185a4345f2e032483a9bd Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期二, 16 十一月 2021 14:57:04 +0800 Subject: [PATCH] update 我的顧問清單/預約清單: 聯絡時段欄位調整 --- PAMapp/components/Client/ClientCard.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PAMapp/components/Client/ClientCard.vue b/PAMapp/components/Client/ClientCard.vue index 23f9ec1..398ef8e 100644 --- a/PAMapp/components/Client/ClientCard.vue +++ b/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) } -- Gitblit v1.8.0