#assign gridName="visVisitorGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input name="category" title="vis_watchList_category" type="text"/>
|
@ZKUI.SearchTop>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="vis:watchListCategory:refresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="watchList.do?addCategoryView" text="common_op_new" width="782" height="397" img="comm_add.png" action="newCategory" permission="vis:watchListCategory:add">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="watchList.do?delCategorys&names=(name)&certNumbers=(certNumber)" text="common_op_del" img="comm_del.png" action="commonDel" permission="vis:watchListCategory:del">@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.vis.vo.VisWatchListCategoryItem" query="watchList.do?categoryList"/>
@ZKUI.GridBox>