@page "/"
客户: @context.Data.Customer.Name 申请人: @context.Data.ApplicationName
Content of Tab Pane 2 Content of Tab Pane 3
@code{ private List pfList; IEnumerable selectedRows; ITable table; int _total = 0; bool _loading = false; RenderFragment MyRender = (builder) => builder.AddMarkupContent(0, "首页/"); protected override async Task OnInitializedAsync() { _loading = true; pfList = new List { new PerformanceItem() { CaseNo = "PAIN1914950", ApplicationType="发明", BusinessType="PCT国家阶段", AgentFeedbackMemo="", DoItem="处理审查意见", CaseStage="", CaseCoefficient="B", DoItemCoefficient ="实质", PreOastaff = new Staff(){Name =""}, BasePoint = 1.5, ItemStaffs = new List() { new ItemStaff(){ DoPerson = new Staff(){ Name="汤明娟"}, PerformancePoint = 1.5 } }, Reviewer = new Staff(){ Name="孔丽霞"}, Customer = new Customer(){ Name ="OPPO广东移动通信有限公司"}, ApplicationName="OPPO广东移动通信有限公司", FinishedDate=DateTime.Parse("2021-8-16"), FinalizationDate= DateTime.Parse("2021-7-26"), ReturnDate= DateTime.Parse("2021-5-28"), CaseType= "专利", CaseState="一通", DoItemMemo ="1OA;延期1次。分析", DoItemState="完成", CaseName="对焦控制方法、装置、计算机可存储介质和移动终端", EntrustingDate = DateTime.Parse("2019/8/23"), InternalDate = DateTime.Parse("2021/5/29"), CustomerLimitDate= DateTime.Parse("2019/8/23"), FirstDraftDate=DateTime.Parse("2021/5/28"), OverDueMemo="", Status=0 }, new PerformanceItem() { CaseNo = "PAIN1914950", ApplicationType="发明", BusinessType="PCT国家阶段", AgentFeedbackMemo="", DoItem="处理审查意见", CaseStage="", CaseCoefficient="B", DoItemCoefficient ="实质", PreOastaff = new Staff(){Name =""}, BasePoint = 1.5, ItemStaffs = new List() { new ItemStaff(){ DoPerson = new Staff(){ Name="汤明娟"}, PerformancePoint = 1.5 } }, Reviewer = new Staff(){ Name="孔丽霞"}, Customer = new Customer(){ Name ="OPPO广东移动通信有限公司"}, ApplicationName="OPPO广东移动通信有限公司", FinishedDate=DateTime.Parse("2021-8-16"), FinalizationDate= DateTime.Parse("2021-7-26"), ReturnDate= DateTime.Parse("2021-5-28"), CaseType= "专利", CaseState="一通", DoItemMemo ="1OA;延期1次。分析", DoItemState="完成", CaseName="对焦控制方法、装置、计算机可存储介质和移动终端", EntrustingDate = DateTime.Parse("2019/8/23"), InternalDate = DateTime.Parse("2021/5/29"), CustomerLimitDate= DateTime.Parse("2019/8/23"), FirstDraftDate=DateTime.Parse("2021/5/28"), OverDueMemo="", Status=0 }, new PerformanceItem() { CaseNo = "PAIN1914950", ApplicationType="发明", BusinessType="PCT国家阶段", AgentFeedbackMemo="", DoItem="处理审查意见", CaseStage="", CaseCoefficient="B", DoItemCoefficient ="实质", PreOastaff = new Staff(){Name =""}, BasePoint = 1.5, ItemStaffs = new List() { new ItemStaff(){ DoPerson = new Staff(){ Name="汤明娟"}, PerformancePoint = 1.5 } }, Reviewer = new Staff(){ Name="孔丽霞"}, Customer = new Customer(){ Name ="OPPO广东移动通信有限公司"}, ApplicationName="OPPO广东移动通信有限公司", FinishedDate=DateTime.Parse("2021-8-16"), FinalizationDate= DateTime.Parse("2021-7-26"), ReturnDate= DateTime.Parse("2021-5-28"), CaseType= "专利", CaseState="一通", DoItemMemo ="1OA;延期1次。分析", DoItemState="完成", CaseName="对焦控制方法、装置、计算机可存储介质和移动终端", EntrustingDate = DateTime.Parse("2019/8/23"), InternalDate = DateTime.Parse("2021/5/29"), CustomerLimitDate= DateTime.Parse("2019/8/23"), FirstDraftDate=DateTime.Parse("2021/5/28"), OverDueMemo="", Status=0 }, new PerformanceItem() { CaseNo = "PAIN1914950", ApplicationType="发明", BusinessType="PCT国家阶段", AgentFeedbackMemo="", DoItem="处理审查意见", CaseStage="", CaseCoefficient="B", DoItemCoefficient ="实质", PreOastaff = new Staff(){Name =""}, BasePoint = 1.5, ItemStaffs = new List() { new ItemStaff(){ DoPerson = new Staff(){ Name="汤明娟"}, PerformancePoint = 1.5 } }, Reviewer = new Staff(){ Name="孔丽霞"}, Customer = new Customer(){ Name ="OPPO广东移动通信有限公司"}, ApplicationName="OPPO广东移动通信有限公司", FinishedDate=DateTime.Parse("2021-8-16"), FinalizationDate= DateTime.Parse("2021-7-26"), ReturnDate= DateTime.Parse("2021-5-28"), CaseType= "专利", CaseState="一通", DoItemMemo ="1OA;延期1次。分析", DoItemState="完成", CaseName="对焦控制方法、装置、计算机可存储介质和移动终端", EntrustingDate = DateTime.Parse("2019/8/23"), InternalDate = DateTime.Parse("2021/5/29"), CustomerLimitDate= DateTime.Parse("2019/8/23"), FirstDraftDate=DateTime.Parse("2021/5/28"), OverDueMemo="", Status=0 } }; _loading = false; _total = pfList.Count; } void OnTabChange(string key) { Console.WriteLine($"tab change:{key}"); } void Complain(int Id) { } }