* [bug#64005,done,0.2h,0h] Fix icon error.

This commit is contained in:
wangyuting
2025-07-14 13:46:18 +08:00
parent b6b74b3097
commit 16b51cbb9b
+1 -1
View File
@@ -179,7 +179,7 @@ $stepsTable = !empty($case->steps) ? div
$stepsActions = array();
$stepsMisc = isInModal() ? array('data-load' => 'modal', 'data-target' => '.modal-content') : array();
$stepsActions['items'][] = $stepsMisc + array('icon' => 'table-large', 'data-app' => $app->tab, 'size' => 'xs', 'type' => $stepsType == 'table' ? 'primary' : 'ghost', 'class' => 'mr-2', 'url' => createLink($viewModule, $viewMethod, "caseID={$case->id}&version={$case->version}&from={$from}&taskID={$taskID}&stepsType=table"));
$stepsActions['items'][] = $stepsMisc + array('icon' => 'table', 'data-app' => $app->tab, 'size' => 'xs', 'type' => $stepsType == 'table' ? 'primary' : 'ghost', 'class' => 'mr-2', 'url' => createLink($viewModule, $viewMethod, "caseID={$case->id}&version={$case->version}&from={$from}&taskID={$taskID}&stepsType=table"));
$stepsActions['items'][] = $stepsMisc + array('icon' => 'tree', 'data-app' => $app->tab, 'size' => 'xs', 'type' => $stepsType == 'mindmap' ? 'primary' : 'ghost', 'url' => createLink($viewModule, $viewMethod, "caseID={$case->id}&version={$case->version}&from={$from}&taskID={$taskID}&stepsType=mindmap"));
/* 初始化主栏内容。Init sections in main column. */