Browse Source

代码生成器模板完善

pull/4295/head
zhangdaiscott 2 years ago
parent
commit
0ebd1df81d
  1. 2
      jeecg-module-system/jeecg-system-biz/src/main/resources/jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/vue3Native/components/${entityName}Form.vuei

2
jeecg-module-system/jeecg-system-biz/src/main/resources/jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/vue3Native/components/${entityName}Form.vuei

@ -46,7 +46,7 @@
</a-form>
<!-- 子表单区域 -->
<a-tabs v-model:activeKey="activeKey">
<a-tabs v-model:activeKey="activeKey" animated>
<#list subTables as sub><#rt/>
<a-tab-pane tab="${sub.ftlDescription}" key="${sub.entityName?uncap_first}" :forceRender="true">
<#if sub.foreignRelationType =='1'>

Loading…
Cancel
Save