#assign gridName="authAppGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input name="appName" maxlength="10" title="auth_app_name" type="text"/>
|
@ZKUI.SearchTop>
<@ZKUI.SearchBelow>
@ZKUI.SearchBelow>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem type="refresh" permission="auth:app:refresh" >@ZKUI.ToolItem>
<@ZKUI.ToolItem type="add" id="authApp.do?edit" permission="auth:app:edit" >@ZKUI.ToolItem>
<#-- <@ZKUI.ToolItem type="delete" id="authApp.do?del" permission="auth:app:del">@ZKUI.ToolItem> -->
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.auth.vo.AuthAppItem" query="authApp.do?list"/>
@ZKUI.GridBox>