定投可视化
总投入
{{ formatCurrency(totalInvested) }}
当前价值
{{ formatCurrency(currentValue) }}
收益率
{{ totalReturn >= 0 ? '+' : '' }}{{ totalReturn.toFixed(2) }}%
{{ item.label }}