@using WX.CRM.WebHelper; @using WX.CRM.Model.DTO; @{ ViewBag.Title = "资源类型"; Layout = "~/Views/Shared/_Index_Layout2.cshtml"; }
@Html.ToolButton("btnQuery", "icon-search", "查询", true) @Html.ToolButton("btnImport", "icon-export", "导入", false) @Html.ToolButton("btnDelete", "icon-delete", "删除", false)
@Html.Raw(ViewBag.gridTable)
@*ToolBar事件处理*@