新增示例(主子表提交)

This commit is contained in:
RuoYi
2020-06-15 14:03:29 +08:00
parent 57fed227f0
commit 128b35c2f6
8 changed files with 396 additions and 2 deletions

View File

@ -115,6 +115,7 @@
<li><a class="menuItem" th:href="@{/demo/table/curd}">动态增删改查</a></li>
<li><a class="menuItem" th:href="@{/demo/table/reorder}">表格拖拽操作</a></li>
<li><a class="menuItem" th:href="@{/demo/table/editable}">表格行内编辑</a></li>
<li><a class="menuItem" th:href="@{/demo/table/subdata}">主子表提交</a></li>
<li><a class="menuItem" th:href="@{/demo/table/other}">表格其他操作</a></li>
</ul>
</li>