<#assign gridName="psgSwingGateGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="name" maxlength="30" title="psg_gate_name" type="text"/> <@ZKUI.Input name="authAreaName" maxlength="30" title="base_area_name" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="psg:swingGate:refresh"> <@ZKUI.Grid gridName="${gridName}" vo="com.zkteco.zkbiosecurity.psg.vo.PsgSwingGateItem" query="psgSwingGate.do?list"/>