feat: 昨日涨跌幅名称
This commit is contained in:
@@ -37,7 +37,7 @@ const MOBILE_NON_FROZEN_COLUMN_IDS = [
|
||||
const MOBILE_COLUMN_HEADERS = {
|
||||
latestNav: '最新净值',
|
||||
estimateNav: '估算净值',
|
||||
yesterdayChangePercent: '昨/今日涨跌幅',
|
||||
yesterdayChangePercent: '昨日涨跌幅',
|
||||
estimateChangePercent: '估值涨跌幅',
|
||||
todayProfit: '当日收益',
|
||||
holdingProfit: '持有收益',
|
||||
@@ -455,7 +455,7 @@ export default function MobileFundTable({
|
||||
},
|
||||
{
|
||||
accessorKey: 'yesterdayChangePercent',
|
||||
header: '昨/今日涨跌幅',
|
||||
header: '昨日涨跌幅',
|
||||
cell: (info) => {
|
||||
const original = info.row.original || {};
|
||||
const value = original.yesterdayChangeValue;
|
||||
|
||||
Reference in New Issue
Block a user