采用枚举类型
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
<label>操作人员: </label><input type="text" name="operName"/>
|
||||
</li>
|
||||
<li>
|
||||
<label>操作类型: </label><select name="action" th:with="type=${@dict.getType('sys_oper_type')}">
|
||||
<label>操作类型: </label><select name="businessType" th:with="type=${@dict.getType('sys_oper_type')}">
|
||||
<option value="">所有</option>
|
||||
<option th:each="e : ${type}" th:text="${e['dictLabel']}" th:value="${e['dictValue']}"></option>
|
||||
</select>
|
||||
@ -77,7 +77,7 @@
|
||||
title: '系统模块'
|
||||
},
|
||||
{
|
||||
field: 'action',
|
||||
field: 'businessType',
|
||||
title: '操作类型',
|
||||
align: 'center',
|
||||
formatter: function(value, row, index) {
|
||||
|
Reference in New Issue
Block a user