TG.WXCRM.V4/WEB/Views/Base/Notice/Detail.cshtml

18 lines
542 B
Plaintext

@model WX.CRM.Model.Entity.BAS_NOTICE
@using WX.CRM.WebHelper;
@{
ViewBag.Title = "通知编辑";
//Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml";
}
<div style="margin:30px;" id="TemplateTableSetMaxCount">
<div style="text-align:center;font-size:14px;border-bottom:1px dashed #808080; padding-bottom:10px;">@Html.Raw(Model.TITLE)</div>
<div style="text-align:center;margin-top:10px;margin-bottom:20px;color:#808080">@Model.CTIME</div>
<div style="line-height:25px;">@Html.Raw(Model.CONTENT)</div>
</div>