修复路口诊断页面bug
This commit is contained in:
parent
1621fbb79e
commit
dad9b10edc
|
|
@ -1151,7 +1151,7 @@ def gen_high_stop_time_problems(avg_cross_delay_info, is_peak):
|
||||||
'child_detail': [
|
'child_detail': [
|
||||||
{
|
{
|
||||||
'desc': desc,
|
'desc': desc,
|
||||||
'text': '车辆多次停车时长过长(' + str(avg_cross_delay_info.delay_info.stop_times) + '),整体运行效率不高',
|
'text': '车辆多次停车时长过长(' + str(round(avg_cross_delay_info.delay_info.stop_times, 2)) + '),整体运行效率不高',
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}]
|
}]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue