@using WX.CRM.WebHelper; @using WX.CRM.Model.Entity; @{ ViewBag.Title = "订单统计"; Layout = "~/Views/Shared/_Index_Layout2.cshtml"; }
@Html.ToolButton("btnQuery", "icon-search", "查询", true) @Html.Action("ToolBar", "Control", ViewBag.ToolBar as ToolBar)
@if (ViewBag.UrlNameList != null) { foreach (var item in ViewBag.UrlNameList as List) { } }
客服@item
@*ToolBar事件处理*@