新增
批量删除
查看
删除
设置算法参数
设置算法参数
设置算法参数
取消
确定
{{ scope.row.name && scope.row.name.length > 15 ? scope.row.name.substring(0, 15) + '...' : scope.row.name }}
{{ Status__[scope.row.status] }}
{{ AlgorithmType[scope.row.type] }}
{{ SubSystem[scope.row.subsystem] }}
{{
scope.row.outputPath && scope.row.algorithmParameters.length > 15
? scope.row.algorithmParameters.substring(0, 15) + '...'
: scope.row.algorithmParameters
}}
{{ scope.row.outputPath && scope.row.log.length > 15 ? scope.row.log.substring(0, 15) + '...' : scope.row.log }}
{{
scope.row.outputPath && scope.row.outputPath.length > 15 ? scope.row.outputPath.substring(0, 15) + '...' : scope.row.outputPath
}}
开始
终止
日志
预览
结果
结果
评估
查看
编辑
删除