From a96d4c8f1022dc360257da99c0aa28f30d532bfc Mon Sep 17 00:00:00 2001
From: WindowBird <13870814+windows-bird@user.noreply.gitee.com>
Date: Tue, 11 Nov 2025 14:23:59 +0800
Subject: [PATCH] =?UTF-8?q?=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
---
components/CustomerManagement.vue | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/components/CustomerManagement.vue b/components/CustomerManagement.vue
index 78937b2..379447c 100644
--- a/components/CustomerManagement.vue
+++ b/components/CustomerManagement.vue
@@ -116,6 +116,18 @@
客户归属:
{{ customer.followName || '--' }}
+
+
+
+ 最后跟进:
+ {{ formatDateTime(customer.lastFollowTime) }}
+
+
+
+
+ 下次跟进:
+ {{ formatDateTime(customer.nextFollowTime) }}
+