添加cxselect参数手册地址

pull/168/head
RuoYi 2020-06-02 11:53:32 +08:00
parent 004e5b8af6
commit 05638550d5
3 changed files with 4 additions and 4 deletions

View File

@ -71,7 +71,7 @@
<hr>
<div class="form-group">
<label class="font-noraml">相关参数详细信息</label>
<div><a href="http://doc.ruoyi.vip/ruoyi/document/zjwd.html#cxselect" target="_blank">http://doc.ruoyi.vip/ruoyi/document/zjwd.html#cxselect</a></div>
<div><a href="http://doc.ruoyi.vip/ruoyi/document/zjwd.html#jquery-cxselect" target="_blank">http://doc.ruoyi.vip/ruoyi/document/zjwd.html#jquery-cxselect</a></div>
</div>
</div>
</div>
@ -79,7 +79,7 @@
</div>
</div>
<th:block th:include="include :: footer" />
<th:block th:include="include :: cxselect-js" />
<th:block th:include="include :: jquery-cxselect-js" />
<script th:inline="javascript">
// 直接返回获取
var data = [[${data}]];

View File

@ -187,7 +187,7 @@
</div>
<th:block th:include="include :: footer" />
<th:block th:include="include :: bootstrap-select-js" />
<th:block th:include="include :: cxselect-js" />
<th:block th:include="include :: jquery-cxselect-js" />
<script th:inline="javascript">
// 直接返回获取

View File

@ -140,7 +140,7 @@
</div>
<!-- 多级联动下拉 -->
<div th:fragment="cxselect-js">
<div th:fragment="jquery-cxselect-js">
<script th:src="@{/ajax/libs/cxselect/jquery.cxselect.min.js}"></script>
</div>