Skip to content

Commit d6ebaf8

Browse files
committed
代码生成时,如果是管理后台,必须设置菜单
1 parent bea7e27 commit d6ebaf8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/views/infra/codegen/basicInfoForm.vue

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@
1313
</el-col>
1414

1515
<el-col :span="12">
16-
<el-form-item label="实体类名称" prop="className">
16+
<el-form-item prop="className">
17+
<span slot="label">
18+
实体类名称
19+
<el-tooltip content="默认去除表名的前缀。如果存在重复,则需要手动添加前缀,避免 MyBatis 报 Alias 重复的问题。" placement="top">
20+
<i class="el-icon-question"></i>
21+
</el-tooltip>
22+
</span>
1723
<el-input placeholder="请输入" v-model="info.className" />
1824
</el-form-item>
1925
</el-col>

0 commit comments

Comments
 (0)