소스 검색

nsy update 优化帮助文档搜索项

ningsy 4 년 전
부모
커밋
388e481013
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      suishenbang-wxportal/suishenbang-wxportal-manager/src/main/resources/templates/wxportal/helpCenter/center.html

+ 4 - 1
suishenbang-wxportal/suishenbang-wxportal-manager/src/main/resources/templates/wxportal/helpCenter/center.html

@@ -12,7 +12,10 @@
                         <ul>
                             <li>
                                 <p>文档类别:</p>
-                                <input type="text" name="classifyTitle"/>
+                                <select name="classifyTitle" th:with="type=${@dict.getType('help_center_classify_title')}">
+                                    <option value="">所有</option>
+                                    <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
+                                </select>
                             </li>
                             <li>
                                 <p>文件标题:</p>