From d187069086c44f82d5668b903eab4514efbf32cb Mon Sep 17 00:00:00 2001
From: WindowBird <13870814+windows-bird@user.noreply.gitee.com>
Date: Tue, 11 Nov 2025 15:15:02 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E4=BF=A1=E6=81=AF=E8=AF=A6?=
=?UTF-8?q?=E7=BB=86=EF=BC=9A=E6=9C=80=E5=90=8E=E8=B7=9F=E8=BF=9B=E5=92=8C?=
=?UTF-8?q?=E4=B8=8B=E6=AC=A1=E8=B7=9F=E8=BF=9B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/customer/detail/index.vue | 20 ++++++++++++++++----
1 file changed, 16 insertions(+), 4 deletions(-)
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 || '--' }}
+
+