From c6f8ca1526e86efb0def646d6ceb9b9c3d2238b2 Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Thu, 24 Mar 2022 14:57:46 +0800 Subject: [PATCH] * Fix bug. --- module/execution/view/all.html.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/module/execution/view/all.html.php b/module/execution/view/all.html.php index 4eaff3effa..abee5700a6 100644 --- a/module/execution/view/all.html.php +++ b/module/execution/view/all.html.php @@ -78,7 +78,9 @@ idAB);?> systemMode == 'new')) ? $lang->execution->execName : $lang->execution->name);?> - execution->code);?> + + systemMode == 'new')) ? $lang->execution->execCode : $lang->execution->code);?> + systemMode == 'new' and $this->app->tab == 'execution'):?> execution->projectName);?> @@ -135,7 +137,9 @@ + code;?> + systemMode == 'new' and $this->app->tab == 'execution'):?> projectName;?>