总资产(元)
{{ detail.total_amount | NumberFloor: 2 | currency: ''}}
在投项目
{{account.active_principal | NumberFloor: 2 | currency: ''}}
在投计划
{{detail.uncollectd_plan_principal | NumberFloor: 2 | currency: ""}}
可用余额
{{ detail.balance | NumberFloor: 2 | currency: ''}}
投资中冻结金额
{{ detail.invest_freeze_amount | NumberFloor: 2 | currency: ''}}
转让中冻结金额
{{ detail.transfer_freeze_amount | NumberFloor: 2 | currency: ''}}
提现中冻结金额
{{ detail.withdraw_freeze_amount | NumberFloor: 2 | currency: ''}}