|
@@ -1960,10 +1960,10 @@ public class SimulationProjectServiceImpl implements SimulationProjectService {
|
|
for (int i = 0; i < maxHeaderNumber - fieldNumber; i++) {
|
|
for (int i = 0; i < maxHeaderNumber - fieldNumber; i++) {
|
|
addHeaders(i, headerList);
|
|
addHeaders(i, headerList);
|
|
}
|
|
}
|
|
- headerList.add(ImmutableMap.builder().put("label", "场景数量").put("prop", "sceneNum").build());
|
|
|
|
|
|
+ headerList.add(ImmutableMap.builder().put("label", "场景个数").put("prop", "sceneNum").build());
|
|
headerList.add(ImmutableMap.builder().put("label", "仿真异常场景个数").put("prop", "errorSceneNum").build());
|
|
headerList.add(ImmutableMap.builder().put("label", "仿真异常场景个数").put("prop", "errorSceneNum").build());
|
|
headerList.add(ImmutableMap.builder().put("label", "评分失败场景个数").put("prop", "notScoredSceneNum").build());
|
|
headerList.add(ImmutableMap.builder().put("label", "评分失败场景个数").put("prop", "notScoredSceneNum").build());
|
|
- headerList.add(ImmutableMap.builder().put("label", "未达标场景数量").put("prop", "notStandardSceneNum").build());
|
|
|
|
|
|
+ headerList.add(ImmutableMap.builder().put("label", "未达标场景个数").put("prop", "notStandardSceneNum").build());
|
|
headerList.add(ImmutableMap.builder().put("label", "达标场景个数").put("prop", "standardSceneNum").build());
|
|
headerList.add(ImmutableMap.builder().put("label", "达标场景个数").put("prop", "standardSceneNum").build());
|
|
headerList.add(ImmutableMap.builder().put("label", "得分").put("prop", "lastScore").build());
|
|
headerList.add(ImmutableMap.builder().put("label", "得分").put("prop", "lastScore").build());
|
|
headerList.add(ImmutableMap.builder().put("label", "总分").put("prop", "firstScore").build());
|
|
headerList.add(ImmutableMap.builder().put("label", "总分").put("prop", "firstScore").build());
|