@using WX.CRM.WebHelper; @{ ViewBag.Title = "bas_agent"; Layout = "~/Views/Shared/_Index_Layout2.cshtml"; }
@Html.ToolButton("btnQuery", "icon-search", "查询", true)
@Html.Raw(ViewBag.gridTable)
@*ToolBar事件处理*@