@ms.html5>
<@ms.nav title="基础文件表管理">@ms.nav>
<@ms.searchForm name="searchForm" isvalidation=true>
<@ms.searchFormButton>
<@ms.queryButton onclick="search()"/>
@ms.searchFormButton>
@ms.searchForm>
<@ms.panel>
<@ms.panelNavBtnGroup>
<@shiro.hasPermission name="file:save"><@ms.panelNavBtnAdd id="addFileBtn" title=""/>@shiro.hasPermission>
<@shiro.hasPermission name="file:del"><@ms.panelNavBtnDel id="delFileBtn" title=""/>@shiro.hasPermission>
@ms.panelNavBtnGroup>
@ms.panel>
<@ms.modal modalName="delFile" title="基础文件表数据删除" >
<@ms.modalBody>删除此基础文件表
<@ms.modalButton>
<@ms.button value="确认" class="btn btn-danger rightDelete" id="deleteFileBtn" />
@ms.modalButton>
@ms.modalBody>
@ms.modal>
@ms.html5>