diff --git a/Frontend/src/components/FundRealtime.vue b/Frontend/src/components/FundRealtime.vue index 8ebde39..677e308 100644 --- a/Frontend/src/components/FundRealtime.vue +++ b/Frontend/src/components/FundRealtime.vue @@ -148,9 +148,13 @@ {{ holdings[fund.code].cost.toFixed(4) }}
- 持有金额(估) + 持有金额 ¥{{ getHoldingAmount(fund).toFixed(2) }}
+
+ 估算金额 + ¥{{ getHoldingEstimatedAmount(fund).toFixed(2) }} +
今日收益(估) @@ -188,32 +192,98 @@