@page "/CompareFile/List"
@inject IAgentFeedBackMemoItemsService _afService;
@inject IAuthService _authService;
@attribute [Authorize]
申请文件比较清单
@**@
@item.CaseNo
@item.CaseName
@item.Handlers
@item.Reviewer?.Name
@if(item.DRRCalim != null)
{
}
else
{
}
@if(item.RFRAll != null)
{
}
else
{
}
@item.Customer?.Name
@code
{
RenderFragment prefix1 =@;
}