Browse Source

nsy update 优化帮助文档搜索项

ningsy 3 years ago
parent
commit
388e481013

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