From 3de6cfd48db8a016320eb7a4315ef622ec20549a Mon Sep 17 00:00:00 2001 From: zulifeng Date: Thu, 29 Jan 2026 17:56:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=BA=E8=B7=9F=E8=BF=9B=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E5=92=8C=E8=AF=95=E7=94=A8=E6=9C=9F=E5=AE=B9=E5=99=A8?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8A=A8=E7=94=BB=E6=95=88=E6=9E=9C=E3=80=81?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E6=8C=89=E9=92=AE=E5=92=8C=E5=88=86=E9=A1=B5?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=EF=BC=8C=E5=B9=B6=E8=B0=83=E6=95=B4=E4=BA=86?= =?UTF-8?q?=E8=B7=9F=E8=BF=9B=E8=AE=B0=E5=BD=95=E8=A1=A8=E6=A0=BC=E7=BB=93?= =?UTF-8?q?=E6=9E=84=E5=8F=8A=E5=AE=A2=E6=88=B7=E8=BF=9B=E5=BA=A6=E6=A8=A1?= =?UTF-8?q?=E6=80=81=E6=A1=86=E7=9A=84=E5=AD=97=E6=AE=B5=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/css/style.css | 4 + frontend/index.html | 361 ++++++++++++++++++++++++++++++++++------- 2 files changed, 310 insertions(+), 55 deletions(-) diff --git a/frontend/css/style.css b/frontend/css/style.css index 5af80e9..6585bbb 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -2362,6 +2362,10 @@ tr:hover .action-cell { } } +.animate-up { + animation: fadeIn 0.4s ease-out; +} + /* ==================== Weekly Summary Styles ==================== */ .weekly-summary-header { display: flex; diff --git a/frontend/index.html b/frontend/index.html index 68c59aa..b7428c3 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -322,7 +322,7 @@ -
+

@@ -512,6 +512,10 @@ 添加跟进 +

@@ -564,7 +568,7 @@ -
@@ -572,7 +576,7 @@
-
+

跟进记录

@@ -582,17 +586,39 @@ 客户名称 - 跟进时间 - 跟进内容 - 客户级别 成交状态 - 下次跟进 + 客户级别 + 行业 + 跟进时间 + 通知状态 操作
+ + +
@@ -600,58 +626,62 @@ - -