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) }}
+