{% extends "base.html" %} {% block content %}
| ID | 账号 | 商品链接 | 抢购时间 | 状态 | 详情 | 记录时间 |
|---|---|---|---|---|---|---|
| {{ o.id }} | {{ o.account_name or '-' }} | {% if o.target_url %} {{ o.target_url[:40] }}... {% else %}-{% endif %} | {{ o.snatch_time or '-' }} | {{ o.status }} | {{ o.detail or '-' }} | {{ o.created_at }} |
| 暂无订单记录 | ||||||