<% if(hasPermi("sys:device:add")) { %>
<% } %>
<#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;"/>
#form:form>
<#form:input path="deviceName" class="form-control" style="height:28px;width:180px;" placeholder="设备号或设备名称或地址"/>
<% if(hasPermi("sys:device:delete") || hasPermi('sys:password:edit')) { %>
<% } %>