正在校验登录状态...
面向基金组合的日常工作台,登录后直接进入持仓与投资决策主路径。
登录后继续查看你的持仓和当日建议。
| 基金 | |||||
|---|---|---|---|---|---|
| 持有{{ displayAmount(holdingView(holding).amount) }} | 持仓收益 {{ displayProfit(holdingView(holding).profit) }}{{ displayPct(holdingView(holding).return_pct) }} |
{{ holdingView(holding).reference ? "隔夜参考" : "今日收益" }} {{ displayPct(holdingView(holding).reference.change_pct) }}{{ displayReferenceLabel(holding) }}{{ displayProfit(holdingView(holding).today_profit) }}{{ displayPct(holdingView(holding).daily_change_pct) }} |
|||
| 持有{{ displayAmount(holdingView(holding).amount) }} | 持仓收益 {{ displayProfit(holdingView(holding).profit) }}{{ displayPct(holdingView(holding).return_pct) }} |
{{ holdingView(holding).reference ? "隔夜参考" : "今日收益" }} {{ displayPct(holdingView(holding).reference.change_pct) }}{{ displayReferenceLabel(holding) }}{{ displayProfit(holdingView(holding).today_profit) }}{{ displayPct(holdingView(holding).daily_change_pct) }} |
|||
| 日期 | 收盘 | 涨跌 |
|---|---|---|
| {{ pt.date }} | {{ pt.close }} | {{ pt.change_pct===null||pt.change_pct===undefined ? '--' : formatChange(pt.change_pct) }} |
| ID | 用户名 | 角色 | 状态 | 创建时间 |
|---|---|---|---|---|
| {{ user.id }} | {{ user.username }} | {{ user.role }} | {{ user.is_active ? '启用' : '停用' }} | {{ formatDateTime(user.created_at) }} |
{{ confirmModal.body }}
{{ adviceFor(adviceModal.holding).reason }}