From 3e0752e352340d9822695bba760d8da1f6562205 Mon Sep 17 00:00:00 2001 From: fan Date: Thu, 18 Jan 2024 17:36:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=BD=A6=E6=98=BE=E7=A4=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E9=97=AE=E9=A2=98=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/line-app/infos/TrainInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/line-app/infos/TrainInfo.vue b/src/components/line-app/infos/TrainInfo.vue index 8845ab1..045ae9e 100644 --- a/src/components/line-app/infos/TrainInfo.vue +++ b/src/components/line-app/infos/TrainInfo.vue @@ -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',