* Adjust recent.

This commit is contained in:
leiyong
2020-11-18 15:22:49 +08:00
parent ec6ced01d5
commit 455e828fce
10 changed files with 73 additions and 77 deletions
+1 -4
View File
@@ -71,10 +71,7 @@ js::set('browseType', $browseType);
<?php
foreach($setting as $value)
{
if($value->show)
{
$this->datatable->printHead($value, $orderBy, $vars);
}
if($value->show) $this->datatable->printHead($value, $orderBy, $vars);
}
?>
</tr>