From 9b545b3f005a3286d1f1bee4c834f3d652a6e0a5 Mon Sep 17 00:00:00 2001 From: zhangjf Date: Mon, 23 Feb 2026 13:26:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=A2=E6=88=B7=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=A4=B1=E8=B4=A5=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **问题根因:** 1. PageResult返回字段list与前端期望records不一致 2. CustomerVO字段名与前端期望不一致 **修改内容:** - fund-common: PageResult字段list改为records - fund-cust: CustomerVO字段id改为customerId - fund-mobile: 客户列表页面字段对齐 - fund-admin: 客户管理页面字段对齐 --- fund-admin/src/views/customer/index.vue | 81 ++++++++----------- .../fundplatform/common/core/PageResult.java | 18 ++--- .../service/impl/CustomerServiceImpl.java | 2 +- .../com/fundplatform/cust/vo/CustomerVO.java | 10 +-- fund-mobile/src/views/customer/List.vue | 34 +++----- 5 files changed, 60 insertions(+), 85 deletions(-) diff --git a/fund-admin/src/views/customer/index.vue b/fund-admin/src/views/customer/index.vue index f70f7aa..25dd8be 100644 --- a/fund-admin/src/views/customer/index.vue +++ b/fund-admin/src/views/customer/index.vue @@ -31,24 +31,18 @@ + - - - - - + + -