From 6c12505771580d5c912dc5ce6a7da11f3f3fbd65 Mon Sep 17 00:00:00 2001 From: gexinzhineng/gxzn27 <1348660141@qq.com> Date: Sat, 25 Mar 2023 15:31:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A8=E6=80=81=E8=A1=A8=E5=8D=95=E9=80=89?= =?UTF-8?q?=E6=8B=A9select=E5=87=BA=E9=94=99bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/formCreate/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/plugins/formCreate/index.ts b/src/plugins/formCreate/index.ts index 69816d8a..0d72048e 100644 --- a/src/plugins/formCreate/index.ts +++ b/src/plugins/formCreate/index.ts @@ -10,6 +10,8 @@ import { ElTransfer, ElAlert, ElTabs, + ElTable, + ElTableColumn, ElTabPane } from 'element-plus' @@ -27,6 +29,8 @@ const components = [ ElTransfer, ElAlert, ElTabs, + ElTable, + ElTableColumn, ElTabPane ]