@using ContractService.Authorization @{ ViewBag.Title = "企业信息维护"; string activeMenu = PermissionNames.PagesClientMgCompanyMg; //The menu item will be active for this page. ViewBag.ActiveMenu = activeMenu; } @section css{ }