| 类型 | 方向 | 单价 | 数量 | 已成交 | 状态 | 操作 |
|---|---|---|---|---|---|---|
| {{ o.token_type }} | {{ o.order_type==='buy'?'买入':'卖出' }} | {{ o.price }} | {{ o.quantity }} | {{ o.filled_quantity }} | {{ o.status==='partial'?'部分成交':'挂单中' }} |
| 类型 | 方向 | 单价 | 数量 | 已成交 | 状态 | 时间 |
|---|---|---|---|---|---|---|
| {{ o.token_type }} | {{ o.order_type==='buy'?'买入':'卖出' }} | {{ o.price }} | {{ o.quantity }} | {{ o.filled_quantity }} | {{ {'filled':'已成交','cancelled':'已撤销','partial':'部分成交'}[o.status] || o.status }} | {{ formatTime(o.created_at) }} |