From 63a31a1382fb5330dd618e8f8a57520be6b6f839 Mon Sep 17 00:00:00 2001 From: Jafeng <2998840497@qq.com> Date: Tue, 3 Feb 2026 15:42:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E9=A6=96=E9=A1=B5UI=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/article-list.vue | 48 +++-- pages/home/consult.vue | 34 ++-- pages/home/customer-archive.vue | 167 ++++++++++++------ pages/home/home.vue | 28 ++- pages/home/team-head.vue | 69 ++++++-- pages/home/team-mate.vue | 43 +++-- .../home/{档案管理.png => archive-manage.png} | Bin .../{右箭头-蓝色.png => arrow-right-blue.png} | Bin .../{右箭头-灰色.png => arrow-right-gray.png} | Bin .../{个人基本信息bg.svg => basic-info-bg.svg} | 0 .../home/{聊天咨询.png => chat-consult.png} | Bin static/home/female.svg | 1 + .../{健康宣教.png => health-education.png} | Bin .../{健康信息bg.svg => health-info-bg.svg} | 0 static/home/male.svg | 1 + .../home/{我的宣教.png => my-education.png} | Bin .../{我的问卷.png => my-questionnaire.png} | Bin .../home/{服务评价.png => service-rating.png} | Bin .../home/{喇叭介绍.png => speaker-intro.png} | Bin static/home/{切换团队.png => switch-team.png} | Bin static/home/女性图标.png | Bin 947 -> 0 bytes 21 files changed, 279 insertions(+), 112 deletions(-) rename static/home/{档案管理.png => archive-manage.png} (100%) rename static/home/{右箭头-蓝色.png => arrow-right-blue.png} (100%) rename static/home/{右箭头-灰色.png => arrow-right-gray.png} (100%) rename static/home/{个人基本信息bg.svg => basic-info-bg.svg} (100%) rename static/home/{聊天咨询.png => chat-consult.png} (100%) create mode 100644 static/home/female.svg rename static/home/{健康宣教.png => health-education.png} (100%) rename static/home/{健康信息bg.svg => health-info-bg.svg} (100%) create mode 100644 static/home/male.svg rename static/home/{我的宣教.png => my-education.png} (100%) rename static/home/{我的问卷.png => my-questionnaire.png} (100%) rename static/home/{服务评价.png => service-rating.png} (100%) rename static/home/{喇叭介绍.png => speaker-intro.png} (100%) rename static/home/{切换团队.png => switch-team.png} (100%) delete mode 100644 static/home/女性图标.png diff --git a/pages/home/article-list.vue b/pages/home/article-list.vue index fd028f5..79e85d7 100644 --- a/pages/home/article-list.vue +++ b/pages/home/article-list.vue @@ -1,22 +1,22 @@