修改员工考核

This commit is contained in:
2023-06-26 17:30:09 +08:00
parent 7e5ccbdd32
commit 8697c02652
15 changed files with 724 additions and 10 deletions
@@ -143,6 +143,10 @@ namespace BLL
{
return "评审负责人办理";
}
else if (state.ToString() == BLL.Const.ActionPlanList_DepartReview)
{
return "公司部门评审";
}
else if (state.ToString() == BLL.Const.ActionPlanList_Complete)
{
return "审批完成";