代码生成支持表单布局选项

This commit is contained in:
RuoYi
2026-04-02 11:08:38 +08:00
parent b52c250cd4
commit 86cb7555eb
12 changed files with 722 additions and 465 deletions

View File

@@ -69,6 +69,22 @@
</el-form-item>
</el-col>
<el-col :span="24">
<el-form-item prop="formColNum">
<span slot="label">
表单布局
<el-tooltip content="选择表单的栅格布局方式" placement="top">
<i class="el-icon-question"></i>
</el-tooltip>
</span>
<el-select v-model="info.formColNum">
<el-option label="单列" :value="1" />
<el-option label="双列" :value="2" />
<el-option label="三列" :value="3" />
</el-select>
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item prop="genType">
<span slot="label">