新增多级联动下拉示例

This commit is contained in:
RuoYi
2020-06-02 11:06:01 +08:00
parent 0544581ab9
commit 004e5b8af6
8 changed files with 743 additions and 0 deletions

View File

@ -139,6 +139,11 @@
<script th:src="@{/ajax/libs/typeahead/bootstrap3-typeahead.min.js}"></script>
</div>
<!-- 多级联动下拉 -->
<div th:fragment="cxselect-js">
<script th:src="@{/ajax/libs/cxselect/jquery.cxselect.min.js}"></script>
</div>
<!-- jsonview格式化和语法高亮JSON格式数据查看插件 -->
<div th:fragment="jsonview-css">
<link th:href="@{/ajax/libs/jsonview/jquery.jsonview.css}" rel="stylesheet"/>