{{ scope.row.execution_no || scope.row.executionNo || '-' }}
{{ mainStatusLabel(scope.row.status) }}
{{ scope.row.env_code || scope.row.envCode || '-' }}
{{ scope.row.total_count != null ? scope.row.total_count : scope.row.totalCount }}
{{ scope.row.passed_count != null ? scope.row.passed_count : scope.row.passedCount }}
{{ scope.row.failed_count != null ? scope.row.failed_count : scope.row.failedCount }}
{{ scope.row.created_time || scope.row.createdTime || '-' }}
查看详情
打开
-