mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-16 08:12:50 +00:00
代码生成器模板完善
This commit is contained in:
parent
6f90a09558
commit
0ebd1df81d
@ -46,7 +46,7 @@
|
|||||||
</a-form>
|
</a-form>
|
||||||
|
|
||||||
<!-- 子表单区域 -->
|
<!-- 子表单区域 -->
|
||||||
<a-tabs v-model:activeKey="activeKey">
|
<a-tabs v-model:activeKey="activeKey" animated>
|
||||||
<#list subTables as sub><#rt/>
|
<#list subTables as sub><#rt/>
|
||||||
<a-tab-pane tab="${sub.ftlDescription}" key="${sub.entityName?uncap_first}" :forceRender="true">
|
<a-tab-pane tab="${sub.ftlDescription}" key="${sub.entityName?uncap_first}" :forceRender="true">
|
||||||
<#if sub.foreignRelationType =='1'>
|
<#if sub.foreignRelationType =='1'>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user