From 67ae3156c6d3bdf6b8ebb8ad724f7620ec240e62 Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Thu, 22 Aug 2024 08:45:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A9=BE=E9=A9=B6=E5=8F=B0=E9=92=A5=E5=8C=99?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=88=97=E8=BD=A6=E9=97=A8=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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, + }, ];