|
|
@@ -50,7 +50,7 @@
|
|
|
</form:select>
|
|
|
</div>
|
|
|
<div class="col-xs-12 col-sm-4 col-md-2">
|
|
|
- <label class="label-item single-overflow pull-left" title="是否禁用:">是否禁用:</label>
|
|
|
+ <label class="label-item single-overflow pull-left" title="是否锁定:">是否锁定:</label>
|
|
|
<form:select path="hpUser.useFlag" class="form-control m-b input-sm">
|
|
|
<form:option value="" label="全部"/>
|
|
|
<form:options items="${fns:getDictList('use_flag')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
|