Commit 9fd75126 authored by 黄奎's avatar 黄奎

页面修改

parent 30b42415
......@@ -737,6 +737,7 @@ namespace Edu.Module.EduTask
case WFRrocessStatus.NotAudit: statusName = "待审"; break;
case WFRrocessStatus.OtherHaveAudit: statusName = "通过"; break;
case WFRrocessStatus.Rejected: statusName = "驳回"; break;
case WFRrocessStatus.Invalid: statusName = "作废"; break;
}
return statusName;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment