@using ShwasherSys.Authorization.Permissions @using ShwasherSys.Models.Layout @using ShwasherSys.Models.Modal @{ /**/ ViewBag.ActiveMenu = PermissionNames.PagesSystemSysState; //The menu item will be active for this page. ViewBag.Title = "系统翻译字典"; var searchForm = new SearchFormViewModal(new List() { new SearchItem("stateName","字典名称"), new SearchItem("tableName","表名称" ), new SearchItem("columnName","字段名") }, false); }
@Html.Action("ToolMenu", "Layout", new { pageName = ViewBag.ActiveMenu, searchForm }) @**@
@*打印*@ @section modal{
} @section css { @**@ } @section scripts { @**@ }