From a23129f7aa1b7facc02451fc9e04c922b30be5d6 Mon Sep 17 00:00:00 2001 From: lcc <805383944@qq.com> Date: Fri, 25 Jul 2025 09:31:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E5=92=8C=E6=B3=A8=E5=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../home/analysis/components/profile-card.vue | 2 +- .../analysis/components/statistics-card.vue | 52 +++++++++++++++++-- .../user/components/user-search.vue | 19 +++++-- pingan/src/views/organization/user/index.vue | 2 +- pingan/src/views/register/index.vue | 13 +++-- 5 files changed, 76 insertions(+), 12 deletions(-) diff --git a/pingan/src/views/home/analysis/components/profile-card.vue b/pingan/src/views/home/analysis/components/profile-card.vue index 8ef3d90..d81c772 100644 --- a/pingan/src/views/home/analysis/components/profile-card.vue +++ b/pingan/src/views/home/analysis/components/profile-card.vue @@ -13,7 +13,7 @@ -->
-

Hi, {{ loginUser.nickname }} , 您好!

+

Hi, {{ loginUser.username }} , 您好!

@@ -61,10 +101,14 @@ // 支付笔数柱状图配置 payNumChartOption: {}, data: { - total_clues: 0, - today_clues: 0, member: 0, - orders: 0 + orders: 0, + today_clues: 0, + month_clues: 0, + today_customers: 0, + month_customers: 0, + today_orders: 0, + month_orders: 0 } }; }, diff --git a/pingan/src/views/organization/user/components/user-search.vue b/pingan/src/views/organization/user/components/user-search.vue index 868791c..486b9cf 100644 --- a/pingan/src/views/organization/user/components/user-search.vue +++ b/pingan/src/views/organization/user/components/user-search.vue @@ -17,8 +17,8 @@ - - + + + + + + + @@ -81,8 +91,10 @@