* Finish task #43903.

This commit is contained in:
tianshujie
2021-11-05 08:59:55 +08:00
parent e893c7f6c3
commit 6cb70ab01d
17 changed files with 150 additions and 40 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ class testsuiteModel extends model
if($currentProduct->type != 'normal')
{
$this->app->loadLang('branch');
$branchName = $this->lang->branch->all . $this->lang->product->branchName[$currentProduct->type];
$branchName = $this->lang->branch->main;
$output .= "<div class='btn-group'><button id='currentBranch' type='button' class='btn btn-limit'>{$branchName} </button></div></div>";
}
$output .= '</div>';