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, + }, ];