|
|
@@ -36,6 +36,12 @@
|
|
|
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
|
|
|
</select>
|
|
|
</li>
|
|
|
+ <li>
|
|
|
+ 磁贴类型:<select name="magnetType" th:with="type=${@dict.getType('sys_magnet_type')}">
|
|
|
+ <option value="">所有</option>
|
|
|
+ <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
|
|
|
+ </select>
|
|
|
+ </li>
|
|
|
<li>
|
|
|
<a class="btn btn-primary btn-rounded btn-sm" onclick="$.table.search()"><i class="fa fa-search"></i> 搜索</a>
|
|
|
<a class="btn btn-warning btn-rounded btn-sm" onclick="$.form.reset()"><i class="fa fa-refresh"></i> 重置</a>
|
|
|
@@ -117,7 +123,7 @@
|
|
|
align: "left"
|
|
|
},
|
|
|
{
|
|
|
- title: '磁贴应用类型',
|
|
|
+ title: '磁贴类型',
|
|
|
field: 'magnetType',
|
|
|
width: '10%',
|
|
|
align: "left",
|