From d132c3ca9bed1e5ddc6b5a5d63b2ee76fa5859c4 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 4 Jul 2023 15:13:03 +0800 Subject: [PATCH] * Change the logic of the output program html. --- module/execution/ui/view.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/ui/view.html.php b/module/execution/ui/view.html.php index 951b99d805..3a0a975e03 100644 --- a/module/execution/ui/view.html.php +++ b/module/execution/ui/view.html.php @@ -332,7 +332,7 @@ div ); $programDom = null; -if($execution->projectInfo->grade > 1) +if($config->systemMode == 'ALM' && $execution->projectInfo->grade > 1) { foreach($programList as $programID => $name) {