This commit is contained in:
2024-05-14 10:52:21 +08:00
parent 67d2f019d4
commit 331172c12b
4 changed files with 34 additions and 9 deletions
@@ -206,9 +206,9 @@ namespace FineUIPro.Web.BaseInfo
case "1":
return "分包方";
case "2":
return "个人";
return "项目组管理人员";
case "3":
return "项目管理人员";
return "分包方主要负责人";
default:
return "";
}