{{ scope.row.eventName || '-' }}
{{ getStatusText(scope.row.status) }}
{{ parseTime(scope.row.createTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
{{ scope.row.finishTime ? parseTime(scope.row.finishTime, '{y}-{m}-{d} {h}:{i}:{s}') : '-' }}
停止
{{ downloadingTasks.has(scope.row.taskId) ? '下载中...' : '下载' }}
复制链接
删除