From 6fe02a16e55f17e45a3997171e1b2284d45af25b Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 15 五月 2025 08:32:14 +0800 Subject: [PATCH] 提交 --- CY_ECommercePlatform/CY.Model/OA/OA_WorkPlan.cs | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CY_ECommercePlatform/CY.Model/OA/OA_WorkPlan.cs b/CY_ECommercePlatform/CY.Model/OA/OA_WorkPlan.cs index 16d9cdb..43cb98a 100644 --- a/CY_ECommercePlatform/CY.Model/OA/OA_WorkPlan.cs +++ b/CY_ECommercePlatform/CY.Model/OA/OA_WorkPlan.cs @@ -81,15 +81,15 @@ { if (EvaluationStatus == 1) { - return "宸叉姤閿�"; + return "宸蹭粯娆�"; } else if (EvaluationStatus == 2) { - return "鏈姤閿�"; + return "鏈粯娆�"; } else - return "鏈姤閿�"; + return "鏈粯娆�"; } else { @@ -367,7 +367,7 @@ { if (ApprovalStatus == 0) { - return "鏈壒澶�"; + return "鏈鎵�"; } else if (ApprovalStatus == 1) { @@ -377,8 +377,12 @@ { return "涓嶆壒鍑�"; } + else if (ApprovalStatus == 3) + { + return "鏈彁浜�"; + } else - return "鏈壒澶�"; + return "鏈鎵�"; } else { -- Gitblit v1.9.1