加载中...
{{ orderError }}
{{ orderSuccess }}
{{ acct.token_type === 'D' ? 'D-Token' : 'T-Token' }}
{{ acct.balance.toLocaleString() }}
| 订单号 | 类型 | Token | 价格 | 数量 | 已成交 | 状态 | 时间 | 操作 |
|---|---|---|---|---|---|---|---|---|
| {{ o.order_id.slice(-12) }} | {{ o.order_type==='buy' ? '买入' : '卖出' }} | {{ o.token_type }}-Token | {{ o.price }} | {{ o.quantity }} | {{ o.filled_quantity }} | {{ {pending:'挂单中', filled:'已成交', cancelled:'已取消', partial:'部分成交'}[o.status] }} | {{ formatTime(o.created_at) }} |
暂无订单
| 流水号 | 类型 | 金额 | 余额 | 备注 | 时间 |
|---|---|---|---|---|---|
| {{ tx.tx_id.slice(-12) }} | {{ {purchase:'购买', consume:'消耗', transfer:'转账', commission:'佣金', lock:'锁定', unlock:'解锁'}[tx.tx_type] || tx.tx_type }} | {{ tx.amount > 0 ? '+' : '' }}{{ tx.amount }} | {{ tx.balance_after }} | {{ tx.remark || '—' }} | {{ formatTime(tx.created_at) }} |
暂无流水
需要管理员权限才能查看此页面
用户总数
{{ stats.users?.total || 0 }}
成交笔数
{{ stats.trades?.total || 0 }}
交易总额
{{ stats.trades?.total_volume || 0 }}
累计佣金
{{ stats.trades?.total_commission || 0 }}
| 配置项 | 值 | 类型 | 说明 | 操作 |
|---|---|---|---|---|
| {{ cfg.key }} | {{ cfg.value }} | {{ cfg.type }} | {{ cfg.description }} |
| ID | 用户名 | 企业 | 类型 | 状态 | KYC | 注册时间 |
|---|---|---|---|---|---|---|
| {{ u.id }} | {{ u.username }} | {{ u.company_name || '—' }} | {{ u.user_type }} | {{ u.status }} | {{ u.kyc_status }} | {{ formatTime(u.created_at) }} |