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