@using System.Text.RegularExpressions
@using wispro.sp.web.Components
@page "/Home"
@attribute [Authorize]
首页
@if (HandlingMonth != null)
{
}
信息动态
@if (AppealRecords != null && AppealRecords.Count > 0)
{
}
@if (WaitingReviewProjects != null && WaitingReviewProjects.Count > 0)
{
待分配绩效专案
@**@
@serialNumber(context)
绩效分配
}