使用 tsx 封装 form-create 通用选择组件

This commit is contained in:
puhui999
2024-04-30 14:15:44 +08:00
parent 21483448b9
commit 1f1ac1f246
11 changed files with 217 additions and 65 deletions

View File

@ -8,11 +8,9 @@
<el-button size="small" type="danger" @click="showTemplate">生成组件</el-button>
</div>
</el-col>
<!-- 表单设计器 -->
<el-col>
<FcDesigner ref="designer" height="780px" />
</el-col>
</el-row>
<!-- 表单设计器 -->
<FcDesigner ref="designer" height="780px" />
</ContentWrap>
<!-- 弹窗表单预览 -->