From 3823eea337d2a2af2286acaf567751f75e3126a6 Mon Sep 17 00:00:00 2001 From: fan Date: Thu, 18 Jan 2024 16:33:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E6=95=B0=E5=90=8D=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/draw-app/dialogs/SetTrainParam.vue | 4 ++-- src/components/line-app/infos/TrainInfo.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/draw-app/dialogs/SetTrainParam.vue b/src/components/draw-app/dialogs/SetTrainParam.vue index 868630d..19e0874 100644 --- a/src/components/draw-app/dialogs/SetTrainParam.vue +++ b/src/components/draw-app/dialogs/SetTrainParam.vue @@ -14,7 +14,7 @@ class="q-input-xm" outlined v-model.number="model.trainEndsA.radarCheckSpeedDiff" - label="雷达测数数值" + label="雷达测速差值" hint="" /> @@ -60,7 +60,7 @@ class="q-input-xm" outlined v-model.number="model.trainEndsB.radarCheckSpeedDiff" - label="雷达测数数值" + label="雷达测速差值" hint="" /> diff --git a/src/components/line-app/infos/TrainInfo.vue b/src/components/line-app/infos/TrainInfo.vue index ba3ee39..2e91072 100644 --- a/src/components/line-app/infos/TrainInfo.vue +++ b/src/components/line-app/infos/TrainInfo.vue @@ -246,7 +246,7 @@ const list5: KeyType[] = [ { label: '1端速传1是否有效', key: 'aSpeedSensorEnableA', formatFn: upFormat }, { label: '1端速传2是否有效', key: 'aSpeedSensorEnableB', formatFn: upFormat }, { label: '1端雷达是否有效', key: 'aRadarEnable', formatFn: upFormat }, - { label: '1端雷达测速数值', key: 'aRadarCheckSpeedDiff', formatFn: msFormat }, + { label: '1端雷达测速差值', key: 'aRadarCheckSpeedDiff', formatFn: msFormat }, { label: '1端雷达检测时间(秒)', key: 'aRadarCheckTime', @@ -257,7 +257,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: 'aRadarCheckSpeedDiff', formatFn: msFormat }, { label: '2端雷达检测时间', key: 'bRadarCheckTime',