@using System.Collections;
@using System.Web.UI.WebControls;
@using WX.CRM.WebHelper;
@{
ViewBag.Title = "Index";
Layout = "~/Views/Shared/_Index_Layout2.cshtml";
}
@Html.ToolButton("btnQuery", "icon-search", "查询", true)
@Html.ToolButton("btnDetail", "icon-details", "订单详情", true)
@Html.Action("ToolBar", "Control", ViewBag.ToolBar as ToolBar)
@Html.Raw(ViewBag.gridTable)