@model TradeMarketReportConfigure @{ ViewBag.Title = "报告配置 | 编辑"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; var pageObj = new { isNew = Model.id == 0 }; } @section CSS{ } @section JS{ }