fix(projects): 修改代码生成功能模块名为驼峰时,路由错误问题

This commit is contained in:
AN
2025-09-10 10:31:18 +08:00
parent 34ad79e815
commit 19bf543485
2 changed files with 14 additions and 12 deletions

View File

@ -356,7 +356,7 @@ const columns: NaiveUI.TableColumn<Api.Tool.GenTableColumn>[] = [
<NFormItemGi span="24 s:12" path="moduleName">
<template #label>
<div class="flex-center">
<FormTip content="可理解为子系统名,例如 system" />
<FormTip content="可理解为子系统名,例如 systemflow-instance。避免驼峰命名" />
<span class="pl-3px">生成模块名</span>
</div>
</template>