Browse Source

动态表单选择select出错bug

gexinzhineng/gxzn27 2 years ago
parent
commit
6c12505771
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/plugins/formCreate/index.ts

+ 4 - 0
src/plugins/formCreate/index.ts

@@ -10,6 +10,8 @@ import {
   ElTransfer,
   ElTransfer,
   ElAlert,
   ElAlert,
   ElTabs,
   ElTabs,
+  ElTable,
+  ElTableColumn,
   ElTabPane
   ElTabPane
 } from 'element-plus'
 } from 'element-plus'
 
 
@@ -27,6 +29,8 @@ const components = [
   ElTransfer,
   ElTransfer,
   ElAlert,
   ElAlert,
   ElTabs,
   ElTabs,
+  ElTable,
+  ElTableColumn,
   ElTabPane
   ElTabPane
 ]
 ]