AI 翻译任务管理

{{ stats.total }}
总任务数
{{ stats.completed }}
已完成
{{ stats.pending }}
等待中
{{ stats.processing }}
翻译中
任务列表
📋

暂无任务

任务ID 文件名 发起人 AI模型 字数 状态 进度 提交时间 开始时间 完成时间 操作
[AI] {{ task.fileName || task.sourceFileName }} {{ task.userRealName || task.userId || '-' }} {{ task.serverName || '-' }} {{ task.wordCount != null ? task.wordCount.toLocaleString() : '-' }} {{ statusText[getStatusStr(task.status)] }}
{{ normProgress(task.progress) }}
{{ formatTime(task.createdAt) }} {{ formatTime(task.startedAt) }} {{ formatTime(task.completedAt) }}
第 {{ currentPage }} / {{ totalPages }} 页(共 {{ totalCount }} 条)
{{ toast.message }}