From 54bdb2d964c82ded5d6247e08c6b66a6997577c4 Mon Sep 17 00:00:00 2001 From: songchenxuan Date: Mon, 23 Oct 2023 17:30:09 +0800 Subject: [PATCH] * Fix testtask view tabpanel bug. --- module/testtask/ui/view.html.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/testtask/ui/view.html.php b/module/testtask/ui/view.html.php index 54e62c2ec9..ed734f744a 100644 --- a/module/testtask/ui/view.html.php +++ b/module/testtask/ui/view.html.php @@ -24,7 +24,7 @@ detailHeader ); $taskType = ''; -foreach(explode(',', $task->type) as $type) $testType .= zget($lang->testtask->typeList, $type); +foreach(explode(',', $task->type) as $type) $taskType .= zget($lang->testtask->typeList, $type); $mailto = ''; if($task->mailto) @@ -62,6 +62,7 @@ detailBody set::collapse(true), tabPane ( + set::key('basicInfo'), set::title($lang->testtask->legendBasicInfo), set::active(true), tableData