@page "/AwaitingDisposition"
@using Microsoft.AspNetCore.Components.Web
@using MudBlazor
@namespace OI.Metrology.ClientHub.Pages
Awaiting Disposition
Awaiting Disposition
@if (_Records == null)
{
}
else if (_Records.Any())
{
ToolType
Tool
Reactor
RDS
PSN
Layer
Zone
InsertDate
Expiration
@context.ToolType
@context.Tool
@context.Reactor
@context.RDS
@context.PSN
@context.Layer
@context.Zone
@context.InsertDate
@context.Expiration
}