修改员工考核
This commit is contained in:
@@ -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 "审批完成";
|
||||
|
||||
Reference in New Issue
Block a user