From cc9e5939167cdcfccb8f4e52efed88bb48242389 Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Thu, 21 Dec 2023 17:23:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=99=E5=8F=B0-=E6=98=AF=E5=90=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../draw-app/properties/PlatformProperty.vue | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/components/draw-app/properties/PlatformProperty.vue b/src/components/draw-app/properties/PlatformProperty.vue index c89bb31..df1b320 100644 --- a/src/components/draw-app/properties/PlatformProperty.vue +++ b/src/components/draw-app/properties/PlatformProperty.vue @@ -10,16 +10,14 @@ lazy-rules autogrow /> - { } return ''; }); -const optionsDoor = [ - { label: '是', value: true }, - { label: '否', value: false }, -]; const optionsDirection = [ { label: '向上', value: 'up' }, { label: '向下', value: 'down' },