@using CRM.Core.Model.Entity @model CRM.Core.DTO.Lecturer.LecturerAuditDetailModel @using Core.Web.WebHelper @{ ViewBag.Title = "Index"; Layout = "~/Views/Shared/_Layout.cshtml"; } @**@
@Model.DeptName
@Model.name
@Model.pracCtegName
@Model.certifNo
@Model.title
@Model.honor
@Model.teachcapacity
@Model.deptments
@if (!string.IsNullOrEmpty(Model.img)) { }
@if (!string.IsNullOrEmpty(Model.portrait)) { }
@if (!string.IsNullOrEmpty(Model.qrcode)) { }
@*
@Model.risktips
*@
@Model.memo
@Model.content
@Model.school
@Model.antecedents
@Model.acquaintance
@if (Model.checkstatus == (int)CRM.Core.DTO.LivePlan.ComplianceCheckBeforeStatus.提审) { }
@{ var datalist = ViewBag.LogList as List; } @if (datalist != null && datalist.Count > 0) { foreach (var d in datalist) { } }
id 时间 操作人 操作 说明
@d.id @d.ctime @d.operatorname @d.operation @if (!string.IsNullOrEmpty(d.memo)) { 查看 }