正在校验登录状态...
| 状态 | 基金代码 | 基金名称 | 持有金额{{ sortIndicator('amount') }} | 最新净值{{ sortIndicator('nav') }} | 今日涨跌{{ sortIndicator('daily_change') }} | 今日收益{{ sortIndicator('today_profit') }} | 持有收益{{ sortIndicator('total_return') }} | 收益率{{ sortIndicator('total_return_pct') }} | 操作建议 | 数据来源 | 操作 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ statusLabel(holding.match_status) }} | {{ holding.code }} | {{ holding.name }} | {{ formatAmount(holding.amount) }} | {{ Number(holding.nav).toFixed(4) }}--{{ formatNavDate(holding.nav_date) }} | --{{ formatChange(holding.daily_change) }} | --{{ formatProfit(holding.today_profit) }} | {{ formatProfit(holding.total_return) }} | {{ formatChange(holding.total_return_pct) }} | {{ adviceLabel(holding) }} | {{ sourceLabel(holding.data_source) }} |
| ID | 用户名 | 角色 | 状态 | 创建时间 |
|---|---|---|---|---|
| {{ user.id }} | {{ user.username }} | {{ user.role }} | {{ user.is_active ? '启用' : '停用' }} | {{ formatDateTime(user.created_at) }} |