<#assign gridName="vidChannel2EntityGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="entityClassName" maxlength="30" title="vid_channel2Entity_entityClassName" type="text"/> <@ZKUI.Input name="entityId" maxlength="30" title="vid_channel2Entity_entityId" type="text"/> <@ZKUI.SearchBelow> <@ZKUI.Toolbar gridName="${gridName}"> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="vid:channel2Entity:refresh"> <@ZKUI.ToolItem id="vidChannel2Entity.do?edit" text="common_op_new" width="500" img="comm_add.png" action="commonAdd" permission="vid:channel2Entity:add"> <@ZKUI.ToolItem id="vidChannel2Entity.do?del" text="common_op_del" img="comm_del.png" action="commonDel" permission="vid:channel2Entity:delete"> <@ZKUI.Grid gridName="${gridName}" vo="com.zkteco.zkbiosecurity.vid.vo.VidChannel2EntityItem" query="vidChannel2Entity.do?list"/>