查询
{{ scope.row.instanceId }}
{{ scope.row.name + (scope.row.version ? ' (' + scope.row.version + ')' : '') }}
最大耗时(ms)
{{ scope.row.avgTime.toFixed(1) }}
{{ scope.row.unsolvedErrorCount }}
0
{{ props.row.errorMsg.substring(0, 50) }}...
{{ props.row.errorMsg }}
标记解决