参数名调整
This commit is contained in:
parent
d781b6afd2
commit
3823eea337
@ -14,7 +14,7 @@
|
||||
class="q-input-xm"
|
||||
outlined
|
||||
v-model.number="model.trainEndsA.radarCheckSpeedDiff"
|
||||
label="雷达测数数值"
|
||||
label="雷达测速差值"
|
||||
hint=""
|
||||
/>
|
||||
</div>
|
||||
@ -60,7 +60,7 @@
|
||||
class="q-input-xm"
|
||||
outlined
|
||||
v-model.number="model.trainEndsB.radarCheckSpeedDiff"
|
||||
label="雷达测数数值"
|
||||
label="雷达测速差值"
|
||||
hint=""
|
||||
/>
|
||||
</div>
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user