@using WX.CRM.WebHelper; @{ ViewBag.Title = "资源类型"; Layout = "~/Views/Shared/_Index_Layout2.cshtml"; }
@Html.ToolButton("btnQuery", "icon-search", "查询", true) @{ var roleCode = ViewBag.roleCodes; if (roleCode.IndexOf("[ZJZL]") > -1 || roleCode.IndexOf("[GLY]") > -1) { @Html.ToolButton("btnExport", "icon-export", "导出", false) } }
@Html.Raw(ViewBag.gridTable)