@using WX.CRM.WebHelper; @using WX.CRM.Model.Entity; @{ ViewBag.Title = "订单统计详情"; Layout = "~/Views/Shared/_Index_Layout2.cshtml"; }
@Html.Action("ToolBar", "Control", ViewBag.ToolBar as ToolBar)
@Html.Raw(ViewBag.gridTable)