From afaa1d55f3cb5e064cf47ea9d41694abca5c564a Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Tue, 11 Nov 2025 16:05:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E7=AE=A1=E7=90=86=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=AE=A2=E6=88=B7=E5=A4=87=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/CustomerManagement.vue | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/components/CustomerManagement.vue b/components/CustomerManagement.vue index c421672..5525205 100644 --- a/components/CustomerManagement.vue +++ b/components/CustomerManagement.vue @@ -93,6 +93,11 @@ + + + 备注: + {{ customer.remark || '--' }} + 微信号: @@ -111,11 +116,7 @@ - - - 客户归属: - {{ customer.followName || '--' }} - + @@ -128,6 +129,12 @@ 下次跟进: {{ formatDateTime(customer.nextFollowTime) }} + + + + 客户归属: + {{ customer.followName || '--' }} +