From b021a1784bf64234a83380ca26d717fe326a21c2 Mon Sep 17 00:00:00 2001 From: puhui999 Date: Thu, 26 Jun 2025 11:02:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E7=94=9F=E6=88=90=E5=99=A8=E6=A0=91=E5=BD=A2=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E5=99=A8=E4=B8=8D=E6=B8=B2=E6=9F=93=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/formCreate/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugins/formCreate/index.ts b/src/plugins/formCreate/index.ts index 07d2c51f..4fb7ca16 100644 --- a/src/plugins/formCreate/index.ts +++ b/src/plugins/formCreate/index.ts @@ -54,7 +54,7 @@ import { ElMessage, ElCollapse, ElCollapseItem, - ElCard, + ElCard, ElTreeSelect // ElFormItem, // ElOption } from 'element-plus' @@ -97,6 +97,7 @@ const components = [ ElTableColumn, ElTabPane, ElTabs, + ElTreeSelect, ElDropdown, ElDropdownMenu, ElDropdownItem,