feat: 综合涨幅改名估算收益

This commit is contained in:
hzm
2026-03-06 08:59:55 +08:00
parent 99ec356fbb
commit d9364ce504
3 changed files with 5 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ const MOBILE_COLUMN_HEADERS = {
estimateNav: '估算净值',
yesterdayChangePercent: '昨日涨幅',
estimateChangePercent: '估值涨幅',
totalChangePercent: '综合涨幅',
totalChangePercent: '估算收益',
todayProfit: '当日收益',
holdingProfit: '持有收益',
};
@@ -528,7 +528,7 @@ export default function MobileFundTable({
},
{
accessorKey: 'totalChangePercent',
header: '综合涨幅',
header: '估算收益',
cell: (info) => {
const original = info.row.original || {};
const estimateValue = original.estimateChangeValue;