列车显示信息问题调整

This commit is contained in:
fan 2024-01-18 17:36:51 +08:00
parent 0f1c65c6e6
commit 3e0752e352

View File

@ -258,7 +258,7 @@ const list6: KeyType[] = [
{ label: '2端速传1是否有效', key: 'bSpeedSensorEnableA', formatFn: upFormat },
{ label: '2端速传2是否有效', key: 'bSpeedSensorEnableB', formatFn: upFormat },
{ label: '2端雷达是否有效', key: 'bRadarEnable', formatFn: upFormat },
{ label: '2端雷达测速差值', key: 'aRadarCheckSpeedDiff', formatFn: msFormat },
{ label: '2端雷达测速差值', key: 'bRadarCheckSpeedDiff', formatFn: msFormat },
{
label: '2端雷达检测时间',
key: 'bRadarCheckTime',