@using CRM.Core.Model.Entity @model CRM.Core.DTO.Lecturer.LecturerAuditDetailModel @using Core.Web.WebHelper @{ ViewBag.Title = "Index"; Layout = "~/Views/Shared/_Layout.cshtml"; } @**@
| id | 时间 | 操作人 | 操作 | 说明 |
| @d.id | @d.ctime | @d.operatorname | @d.operation | @if (!string.IsNullOrEmpty(d.memo)) { 查看 } |