20 lines
355 B
Plaintext
20 lines
355 B
Plaintext
@model WX.CRM.Model.Entity.QC_CUSTOMERCOMPLAIN_Extend
|
|
@using WX.CRM.WebHelper
|
|
@Styles.Render("~/Content/data_grid_list.css")
|
|
|
|
@{
|
|
ViewBag.Title = "客户投诉服务明细";
|
|
Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml";
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
<div class="bas_datagrid">
|
|
@Html.Raw(ViewBag.complainServiceMemoList)
|
|
</div>
|
|
|
|
|
|
|