@using WX.CRM.WebHelper @{ ViewBag.Title = "合规质检明细"; Layout = "~/Views/Shared/_Index_Layout2.cshtml"; }
@Html.ToolButton("btnExport", "icon-export", "导出", "Export_Click", true)
@Html.Raw(ViewBag.List)