<#form:form id="searchForm" model="${device}" action="${ctx}/sys/device/listData" method="post" class="d-flex" data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}"> <#form:hidden path="deviceType" maxlength="100" class="form-control" style="height:40px;"/>
<% if(hasPermi("sys:device:delete")) { %> 删除 <% } %> <% if(hasPermi('sys:password:edit')){ %> 修改密码 <% } %>
<#form:input path="deviceName" class="form-control" style="height:28px;width:180px;" placeholder="设备号或设备名称或地址"/>
<% if(hasPermi("sys:device:add")) { %> <% } %>
<% if(hasPermi("sys:device:delete") || hasPermi('sys:password:edit')) { %> <% } %>