@using WX.CRM.WebHelper;
@{
ViewBag.Title = "Role";
Layout = "~/Views/Shared/_Index_Layout2.cshtml";
}
@*@Html.ToolButton("btnQuery", "icon-search", "查询", true)*@
@*@Html.Action("ToolBar", "Control", ViewBag.ToolBar as ToolBar)*@
@Html.ToolButton("btnQuery", "icon-search", "查询", true)
@Html.ToolButton("btnAdd", "icon-add", "新增特权", true)
@Html.ToolButton("btnUpdate", "icon-edit", "修改特权", true)
@Html.ToolButton("btnDelete", "icon-remove", "删除", true)
@Html.Raw(ViewBag.gridTable)
@*ToolBar事件处理*@