From 281f64dcb74afc3c96f34a0f2f071595533712c0 Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Thu, 22 Aug 2024 08:55:36 +0800 Subject: [PATCH] Squashed commit of the following: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit 67ae3156c6d3bdf6b8ebb8ad724f7620ec240e62 Author: joylink_zhaoerwei Date: Thu Aug 22 08:45:02 2024 +0800 驾驶台钥匙增加列车门模式类型 --- src/components/draw-app/properties/TccKeyProperty.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/draw-app/properties/TccKeyProperty.vue b/src/components/draw-app/properties/TccKeyProperty.vue index 476a3e0..3b31d28 100644 --- a/src/components/draw-app/properties/TccKeyProperty.vue +++ b/src/components/draw-app/properties/TccKeyProperty.vue @@ -40,5 +40,9 @@ const optionsKeyType = [ label: '前后方向控制', value: tccGraphicData.TccKey.TccKeyType.frontAndRearDirectionalControl, }, + { + label: '列车门模式', + value: tccGraphicData.TccKey.TccKeyType.trainDoorMode, + }, ];