@using WX.CRM.WebHelper; @{ ViewBag.Title = "我的分配资源"; Layout = "~/Views/Shared/_Index_Layout2.cshtml"; }
@Html.ToolButton("btnQuery", "icon-search", "查询", true) @*@Html.ToolButton("btnSave", "icon-details", "提交", true) @Html.ToolButton("Other2", "icon-details", "重新分配", true) @Html.ToolButton("btnExport", "icon-export", "导出", true)*@ @Html.Action("ToolBar", "Control", ViewBag.ToolBar as ToolBar)
@Html.Raw(ViewBag.gridTable)
@*ToolBar事件处理*@