From 3dd11f961d34af826856a903a0415c0b6cc31b47 Mon Sep 17 00:00:00 2001 From: hzm <934585316@qq.com> Date: Sun, 15 Mar 2026 21:21:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=A1=A5=E5=85=85=E4=BC=B0=E7=AE=97?= =?UTF-8?q?=E6=94=B6=E7=9B=8A=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/MobileSettingModal.jsx | 9 ++++++++- app/components/PcTableSettingModal.jsx | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/app/components/MobileSettingModal.jsx b/app/components/MobileSettingModal.jsx index 7e2ecd5..fe3e1b7 100644 --- a/app/components/MobileSettingModal.jsx +++ b/app/components/MobileSettingModal.jsx @@ -180,7 +180,14 @@ export default function MobileSettingModal({ > - {item.header} +
+ {item.header} + {item.id === 'totalChangePercent' && ( + + 估值涨幅与持有收益的汇总 + + )} +
{onToggleColumnVisibility && ( - {item.header} +
+ {item.header} + {item.id === 'totalChangePercent' && ( + + 估值涨幅与持有收益的汇总 + + )} +
{onToggleColumnVisibility && (