@model WX.CRM.Model.Entity.WX_MESSAGECOMPLIANCE @using WX.CRM.WebHelper; @{ ViewBag.Title = "合规消息"; Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml"; }
| 大类: | ||
| 小类: | ||
| 违规细则 | @Html.TextAreaFor(m => m.REMARK, new { style = "width:330px;height:80px" }) | |
| 处理结果 | @Html.TextAreaFor(m => m.RESULT, new { style = "width:330px;height:60px" }) |