* Fix testtask view tabpanel bug.

This commit is contained in:
songchenxuan
2023-10-23 17:30:09 +08:00
parent 0afa964353
commit 54bdb2d964
+2 -1
View File
@@ -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