commit 67ae3156c6
Author: joylink_zhaoerwei <Bob_Engineer@163.com>
Date: Thu Aug 22 08:45:02 2024 +0800
驾驶台钥匙增加列车门模式类型
This commit is contained in:
parent
98583049be
commit
281f64dcb7
@ -40,5 +40,9 @@ const optionsKeyType = [
|
|||||||
label: '前后方向控制',
|
label: '前后方向控制',
|
||||||
value: tccGraphicData.TccKey.TccKeyType.frontAndRearDirectionalControl,
|
value: tccGraphicData.TccKey.TccKeyType.frontAndRearDirectionalControl,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: '列车门模式',
|
||||||
|
value: tccGraphicData.TccKey.TccKeyType.trainDoorMode,
|
||||||
|
},
|
||||||
];
|
];
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user