📋 数据同步日志管理
SYNC_TABLE_LOGS
二三区数据转移日志 · 查看同步记录与状态
返回主页面
刷新
🔍 查询 & 统计
查询
重置
批量删除
📊 总记录数:
{{ total }}
✅ 同步成功:
{{ successCount }}
❌ 同步失败:
{{ failCount }}
📅 日期:
{{ search.timeId }}
📋 日志列表
共 {{ total }} 条
{{ row.timeId || '-' }}
{{ row.result === 1 ? '✅ 成功' : '❌ 失败' }}
{{ row.localResult === 1 ? '✅ 成功' : '❌ 失败' }}
-
{{ row.createTime ? formatDate(row.createTime) : '-' }}
详情
重试
删除
{{ detailData.timeId || '-' }}
{{ detailData.result === 1 ? '✅ 成功' : '❌ 失败' }}
{{ detailData.localResult === 1 ? '✅ 成功' : '❌ 失败' }}
未处理
{{ detailData.createTime ? formatDate(detailData.createTime) : '-' }}
关闭