@@ -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>
<p>文件标题:</p>