@page "/Workflow/Manage" @using wispro.sp.entity 流程管理 @if (workflows == null) { } else { @serialNumber(_pageIndex, _pageSize, context.Id) @if (context.CreateUser != null) { @context.CreateUser.Name }
}