| 订单号 | 设备 | 时长 | 金额 | 状态 | 时间 |
|---|---|---|---|---|---|
| #{{ o.id }} | {{ o.device_name || o.device_id }} | {{ o.hours }}h | ¥{{ o.total_price.toFixed(2) }} | {{ statusText(o.status) }} | {{ fmtTime(o.created_at) }} |
| 类型 | 金额 | 余额 | 备注 | 时间 |
|---|---|---|---|---|
| {{ t.type==='recharge'?'充值':'消费' }} | {{ t.amount>=0?'+':'' }}{{ t.amount.toFixed(2) }} | ¥{{ t.balance_after.toFixed(2) }} | {{ t.note }} | {{ fmtTime(t.created_at) }} |