{{ viewTitle }}
{{ message || '数据通过 FastAPI 接口实时保存' }}
| 名称 | 区县 | 乡镇 | 地址 | 规则 | 下次开市 | 状态 | 操作 |
|---|---|---|---|---|---|---|---|
| {{ market.name }} | {{ market.district_name || '-' }} | {{ market.town_name || '-' }} | {{ market.address }} | {{ market.rule_summary || '-' }} | {{ nextOpenLabel(market) }} | {{ market.is_enabled ? '启用' : '停用' }} |
暂无集市
纠错处理
| 集市名称 | 错误类型 | 描述 | 状态 | 时间 | 操作 |
|---|---|---|---|---|---|
| {{ item.market_name || ('#' + item.market_id) }} | {{ item.error_type_label || item.error_type }} | {{ item.description || '-' }} | {{ correctionStatusText(item.status) }} | {{ formatTime(item.created_at) }} | - |
暂无纠错信息