Browse Source

添加cxselect参数手册地址

RuoYi 4 years ago
parent
commit
05638550d5

+ 2 - 2
ruoyi-admin/src/main/resources/templates/demo/form/cxselect.html

@@ -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}]];

+ 1 - 1
ruoyi-admin/src/main/resources/templates/demo/table/search.html

@@ -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">
 	    // 直接返回获取

+ 1 - 1
ruoyi-admin/src/main/resources/templates/include.html

@@ -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>