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

This commit is contained in:
RuoYi
2026-03-30 16:49:22 +08:00
parent 6b1815fb7e
commit af1ebb77a0
11 changed files with 721 additions and 464 deletions
@@ -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">