@page "/Project/ReadAssignPointMsg" @using wispro.sp.web.Models 项目 信息查看
发信人:@projectMessage.From

收信人: @foreach (MsgReadInfo rm in projectMessage.To) { if (rm.isReaded) { @rm.Reciever; } else { @rm.Reciever; } }

@projectMessage.MessageInfo

@context.ProjectInfo.CaseNo @context.ProjectInfo.CaseName @context.ProjectInfo.DoItem @foreach (string name in context.ProjectInfo.DoPerson) { @name; } @if (context.Handles != null && context.Handles.Count < 3) { @foreach (TaskHandleInfo taskHandleInfo in context.Handles) { } } else { @if (context.Handles != null) { } }