diff --git a/pages/customer/detail/index.vue b/pages/customer/detail/index.vue index 6b1a5af..288455a 100644 --- a/pages/customer/detail/index.vue +++ b/pages/customer/detail/index.vue @@ -36,14 +36,16 @@ + + + 手机号 + {{ customerDetail.wechat || '--' }} + 客户归属 {{ customerDetail.followName || '未分配' }} - - 最近跟进 - {{ formatDateTime(customerDetail.lastFollowTime) }} - + @@ -55,6 +57,16 @@ {{ customerDetail.wechatId || '--' }} + + + 下次跟进 + {{ formatDateTime(customerDetail.nextFollowTime) }} + + + 最后跟进 + {{ customerDetail.lastFollowTime || '--' }} + +