<#assign gridName="admsAuthDevice${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="sn" maxlength="100" title="common_dev_sn" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="adms:authDevice:refresh"> <@ZKUI.ToolItem id="admsAuthDevice.do?edit" text="common_op_new" width="420" height="350" img="comm_add.png" action="commonAdd" permission="adms:authDevice:add"> <@ZKUI.ToolItem id="admsAuthDevice.do?exportView&names=(deviceName)" text="adms_authDev_export" img="comm_export.png" action="exportEle" permission="adms:authDevice:export"> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.adms.vo.AdmsAuthDeviceSimpleItem" query="admsAuthDevice.do?list"/>