| 类型 | 单价 | 数量 | 佣金 | 角色 | 时间 |
|---|---|---|---|---|---|
| {{ t.token_type }} | {{ t.price }} | {{ t.quantity }} | {{ t.commission }} | {{ t.my_role==='buyer'?'买方':'卖方' }} | {{ formatTime(t.created_at) }} |
| 数量 | 来源 | 说明 | 时间 |
|---|---|---|---|
| {{ c.amount < 0 ? '+' : '-' }}{{ Math.abs(c.amount) }} | {{ c.source }} | {{ c.description || '-' }} | {{ formatTime(c.created_at) }} |