同步日志
全局仪表盘
同步目标
同步任务
同步日志
同步设置
{{ stats.total }}
总记录数
{{ stats.success }}
成功
{{ stats.failed }}
失败
同步历史
全部 ({{ stats.total }})
成功 ({{ stats.success }})
失败 ({{ stats.failed }})
最近
清理日志
暂无同步日志,执行同步任务后将显示历史记录
暂无成功的同步记录
暂无失败的同步记录
{{ formatDate(scope.row.startTime) }}
{{ scope.row.status === 'Success' ? '成功' : (scope.row.status === 'Running' ? '进行中' : '失败') }}
{{ scope.row.filesSuccess }}/{{ scope.row.filesTotal }}
{{ formatDuration(scope.row.duration) }}
{{ currentLog.taskName }}
{{ currentLog.targetName }}
{{ formatDate(currentLog.startTime) }}
{{ formatDate(currentLog.endTime) }}
{{ formatDuration(currentLog.duration) }}
{{ currentLog.status === 'Success' ? '成功' : (currentLog.status === 'Running' ? '进行中' : '失败') }}
{{ currentLog.filesSuccess }}
{{ currentLog.filesFailed }}
{{ currentLog.filesTotal }}
{{ formatDuration(currentLog.duration) }}
同步详情
{{ currentLog.status === 'Success' ? '同步结果:' : (currentLog.status === 'Running' ? '进行中:' : '错误信息:') }}
{{ currentLog.errorMessage }}
失败文件详情(前{{ currentLog.failedFileDetails.length }}个):
{{ detail }}