* Refactor ui of testtask::result.

This commit is contained in:
liumengyi
2023-07-06 16:40:57 +08:00
parent 12d6fe0483
commit c97fc4a4f3
8 changed files with 491 additions and 5 deletions
+2
View File
@@ -1288,6 +1288,7 @@ class testtask extends control
$nextCase['version'] = $preAndNext->next->version;
}
$this->view->title = $this->lang->testtask->lblRunCase;
$this->view->run = $run;
$this->view->preCase = $preCase;
$this->view->nextCase = $nextCase;
@@ -1441,6 +1442,7 @@ class testtask extends control
$results = $this->testtask->getResults(0, $caseID, $status);
}
if(empty($this->testcase)) $this->app->loadLang('testcase');
$this->view->case = $case;
$this->view->runID = $runID;
$this->view->results = $results;