@using WX.CRM.WebHelper; @{ Layout = "~/Views/Shared/_Index_Layout2.cshtml"; } @{ string isShowAlias = (string)ViewBag.IsShowAlias; DateTime nodate = Convert.ToDateTime(Request.QueryString["datetime"]); } @if (isShowAlias == "1") {
@Html.ToolButton("btnExport1", "icon-export", "被加资源导出", true) @Html.ToolButton("btnExport2", "icon-export", "主加资源导出", true) @Html.ToolButton("btnExport3", "icon-export", "好友资源导出", true)
}
@Html.Raw(ViewBag.gridTable)